prithivMLmods commited on
Commit
6b8041d
Β·
verified Β·
1 Parent(s): 2fc8615

Update app.py

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