Abrahamau commited on
Commit
2abedae
·
verified ·
1 Parent(s): 6d21195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,5 +92,5 @@ tab4 = gr.Interface(
92
  outputs=["image"],
93
  )
94
 
95
- demo = gr.TabbedInterface([tab1, tab2, tab3, tab4], ["tab1", "tab2", "tab3", "tab4"])
96
  demo.launch()
 
92
  outputs=["image"],
93
  )
94
 
95
+ demo = gr.TabbedInterface([tab1, tab2, tab3, tab4], ["Describe", "Estimage Age", "Speak", "Generate Image"])
96
  demo.launch()