Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
)
|