MaziyarPanahi commited on
Commit
df30ad6
1 Parent(s): 425e364
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-2B-Instruct"):
96
  generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
97
  )
98
 
99
- return output_text
100
 
101
  css = """
102
  #output {
 
96
  generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
97
  )
98
 
99
+ return output_text[0]
100
 
101
  css = """
102
  #output {