Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -361,6 +361,7 @@ demo = gr.ChatInterface(
|
|
361 |
fill_height=True,
|
362 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="default [text, vision] , scroll down examples to explore more art styles"),
|
363 |
stop_btn="Stop Generation",
|
|
|
364 |
multimodal=True,
|
365 |
)
|
366 |
|
|
|
361 |
fill_height=True,
|
362 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="default [text, vision] , scroll down examples to explore more art styles"),
|
363 |
stop_btn="Stop Generation",
|
364 |
+
theme=gr.themes.Soft(),
|
365 |
multimodal=True,
|
366 |
)
|
367 |
|