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