prithivMLmods commited on
Commit
9e2bd4e
·
verified ·
1 Parent(s): b37669e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,7 +329,7 @@ demo = gr.ChatInterface(
329
  description=DESCRIPTION,
330
  css=css,
331
  fill_height=True,
332
- textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="scroll down examples to explore more art styles"),
333
  stop_btn="Stop Generation",
334
  multimodal=True,
335
  )
 
329
  description=DESCRIPTION,
330
  css=css,
331
  fill_height=True,
332
+ textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="default [text, vision] , scroll down examples to explore more art styles"),
333
  stop_btn="Stop Generation",
334
  multimodal=True,
335
  )