Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,5 +92,5 @@ tab4 = gr.Interface(
|
|
92 |
outputs=["image"],
|
93 |
)
|
94 |
|
95 |
-
demo = gr.TabbedInterface([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()
|