Daemontatox commited on
Commit
121a196
·
verified ·
1 Parent(s): cedc034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model = MllamaForConditionalGeneration.from_pretrained(ckpt,
13
  processor = AutoProcessor.from_pretrained(ckpt)
14
 
15
 
16
- @spaces.GPU
17
  def bot_streaming(message, history, max_new_tokens=250):
18
 
19
  txt = message["text"]
 
13
  processor = AutoProcessor.from_pretrained(ckpt)
14
 
15
 
16
+ @spaces.GPU()
17
  def bot_streaming(message, history, max_new_tokens=250):
18
 
19
  txt = message["text"]