prithivMLmods commited on
Commit
3afc0fe
·
verified ·
1 Parent(s): 33a4e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ demo = gr.ChatInterface(
337
  type="messages",
338
  description="# **Gemma 3 `@gemma3, @video-infer for video understanding`**",
339
  fill_height=True,
340
- textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="@gemma3 for multimodal, @video-infer for video !"),
341
  stop_btn="Stop Generation",
342
  multimodal=True,
343
  )
 
337
  type="messages",
338
  description="# **Gemma 3 `@gemma3, @video-infer for video understanding`**",
339
  fill_height=True,
340
+ textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="Tag--> @gemma3 for multimodal, @video-infer for video !"),
341
  stop_btn="Stop Generation",
342
  multimodal=True,
343
  )