prithivMLmods commited on
Commit
90b1ecd
·
verified ·
1 Parent(s): 344ae47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,7 +326,7 @@ demo = gr.ChatInterface(
326
  ],
327
  cache_examples=False,
328
  type="messages",
329
- description="# **Gemma 3 Multimodal \n`Use @qwen2-vl to switch to Qwen2-VL OCR for image inference and @video-infer for video input`**",
330
  fill_height=True,
331
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="Tag with @qwen2-vl for Qwen2-VL inference if needed."),
332
  stop_btn="Stop Generation",
 
326
  ],
327
  cache_examples=False,
328
  type="messages",
329
+ description="# **Gemma 3 Multimodal** \n`Use @qwen2-vl to switch to Qwen2-VL OCR for image inference and @video-infer for video input`",
330
  fill_height=True,
331
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="Tag with @qwen2-vl for Qwen2-VL inference if needed."),
332
  stop_btn="Stop Generation",