prithivMLmods commited on
Commit
be81536
·
verified ·
1 Parent(s): 09dd649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ examples = [
87
 
88
  demo = gr.ChatInterface(
89
  fn=model_inference,
90
- description="# **Qwen2.5-VL-3B-Instruct**",
91
  examples=examples,
92
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
93
  stop_btn="Stop Generation",
 
87
 
88
  demo = gr.ChatInterface(
89
  fn=model_inference,
90
+ description="# **Qwen2.5-VL-7B-Instruct**",
91
  examples=examples,
92
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
93
  stop_btn="Stop Generation",