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