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