prithivMLmods commited on
Commit
d60ba35
·
verified ·
1 Parent(s): 1947a01

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"),
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="Enter a negative prompt"),
597
  stop_btn="Stop Generation",
598
  multimodal=True,
599
  )