prithivMLmods commited on
Commit
924adf1
·
verified ·
1 Parent(s): 49d7158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -593,7 +593,7 @@ demo = gr.ChatInterface(
593
  description=DESCRIPTION,
594
  css=css,
595
  fill_height=True,
596
- textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="@tts1-♀, @tts2-♂, @image-image gen, @3d-3d mesh gen, @rAgent-coding, default-{text gen}{image-text-text}"),
597
  stop_btn="Stop Generation",
598
  multimodal=True,
599
  )
 
593
  description=DESCRIPTION,
594
  css=css,
595
  fill_height=True,
596
+ textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="@tts1-♀, @tts2-♂, @image-image gen, @3d-3d mesh gen, @rAgent-coding, @web-websearch, default-{text gen}{image-text-text}"),
597
  stop_btn="Stop Generation",
598
  multimodal=True,
599
  )