Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -197,6 +197,7 @@ demo = gr.ChatInterface(
|
|
197 |
type="messages",
|
198 |
description=DESCRIPTION,
|
199 |
css=css,
|
|
|
200 |
fill_height=True,
|
201 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
202 |
stop_btn="Stop Generation",
|
|
|
197 |
type="messages",
|
198 |
description=DESCRIPTION,
|
199 |
css=css,
|
200 |
+
theme="dark",
|
201 |
fill_height=True,
|
202 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
203 |
stop_btn="Stop Generation",
|