tuandunghcmut commited on
Commit
82dd649
·
verified ·
1 Parent(s): c44566b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ assistant_prompt = '<|assistant|>\n'
57
  prompt_suffix = "<|end|>\n"
58
 
59
  @spaces.GPU
60
- def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-72B-Instruct"):
61
  image_path = array_to_image_path(image)
62
 
63
  print(image_path)
 
57
  prompt_suffix = "<|end|>\n"
58
 
59
  @spaces.GPU
60
+ def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-7B-Instruct"):
61
  image_path = array_to_image_path(image)
62
 
63
  print(image_path)