misdelivery commited on
Commit
f3e118d
β€’
1 Parent(s): 29b5c32

Update app.py

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