paloma99 commited on
Commit
0930360
1 Parent(s): 16e4eb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()