Xkev commited on
Commit
32e9904
·
verified ·
1 Parent(s): bbe16f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ model = MllamaForConditionalGeneration.from_pretrained(ckpt,
13
  torch_dtype=torch.bfloat16).to("cuda")
14
  processor = AutoProcessor.from_pretrained(ckpt)
15
 
16
-
17
  @spaces.GPU
18
  def bot_streaming(message, history, max_new_tokens=250):
19
 
 
13
  torch_dtype=torch.bfloat16).to("cuda")
14
  processor = AutoProcessor.from_pretrained(ckpt)
15
 
 
16
  @spaces.GPU
17
  def bot_streaming(message, history, max_new_tokens=250):
18