merve HF staff commited on
Commit
b330b2f
·
verified ·
1 Parent(s): 4439b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ model = AutoModelForVision2Seq.from_pretrained("HuggingFaceTB/SmolVLM-Instruct",
16
  #_attn_implementation="flash_attention_2"
17
  ).to("cuda")
18
 
19
- @spaces.GPU
20
  def model_inference(
21
  input_dict, history, decoding_strategy, temperature, max_new_tokens,
22
  repetition_penalty, top_p
 
16
  #_attn_implementation="flash_attention_2"
17
  ).to("cuda")
18
 
19
+ #@spaces.GPU
20
  def model_inference(
21
  input_dict, history, decoding_strategy, temperature, max_new_tokens,
22
  repetition_penalty, top_p