paloma99 commited on
Commit
302d1be
·
verified ·
1 Parent(s): 34b58c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,13 +29,13 @@ def echo(message, history):
29
 
30
  chatbot_gradio_app = gr.ChatInterface(
31
  fn=echo,
32
- title="Greta",
33
  theme=theme
34
  )
35
 
36
  # Combine both interfaces into a single app
37
  gr.TabbedInterface(
38
  [image_gradio_app, chatbot_gradio_app],
39
- tab_names=["Greta Image Classification","Greta Chat"],
40
  theme=theme
41
  ).launch()
 
29
 
30
  chatbot_gradio_app = gr.ChatInterface(
31
  fn=echo,
32
+ title="Green Greta",
33
  theme=theme
34
  )
35
 
36
  # Combine both interfaces into a single app
37
  gr.TabbedInterface(
38
  [image_gradio_app, chatbot_gradio_app],
39
+ tab_names=["Green Greta Image Classification","Green Greta Chat"],
40
  theme=theme
41
  ).launch()