mateoluksenberg commited on
Commit
422d2e4
Β·
verified Β·
1 Parent(s): 80efbf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ assistant_prompt = '<|assistant|>\n'
51
  prompt_suffix = "<|end|>\n"
52
 
53
  @spaces.GPU
54
- def run_example(image, text_input=None, model_id="mateoluksenberg/Qwen2-VL-2B_model"):
55
  image_path = array_to_image_path(image)
56
 
57
  print(image_path)
 
51
  prompt_suffix = "<|end|>\n"
52
 
53
  @spaces.GPU
54
+ def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-2B-Instruct"):
55
  image_path = array_to_image_path(image)
56
 
57
  print(image_path)