Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,5 +42,6 @@ chatbot_gradio_app = gr.ChatInterface(
|
|
42 |
# Combine both interfaces into a single app
|
43 |
gr.TabbedInterface(
|
44 |
[image_gradio_app, chatbot_gradio_app],
|
45 |
-
tab_names=["image","chatbot"]
|
|
|
46 |
).launch()
|
|
|
42 |
# Combine both interfaces into a single app
|
43 |
gr.TabbedInterface(
|
44 |
[image_gradio_app, chatbot_gradio_app],
|
45 |
+
tab_names=["image","chatbot"],
|
46 |
+
theme=theme
|
47 |
).launch()
|