wasmdashai commited on
Commit
40b1908
·
verified ·
1 Parent(s): 9f21f94

Update app.py

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