Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,6 @@ demo = gr.ChatInterface(
|
|
246 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
247 |
stop_btn="Stop Generation",
|
248 |
multimodal=True,
|
249 |
-
theme="YTheme/GMaterial",
|
250 |
)
|
251 |
|
252 |
if __name__ == "__main__":
|
|
|
246 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
247 |
stop_btn="Stop Generation",
|
248 |
multimodal=True,
|
|
|
249 |
)
|
250 |
|
251 |
if __name__ == "__main__":
|