Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -425,7 +425,7 @@ with gr.Blocks() as voice:
|
|
425 |
outputs=[output], live=True)
|
426 |
|
427 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
|
428 |
-
gr.TabbedInterface([voice, img], ['🗣️ Voice Chat',
|
429 |
|
430 |
|
431 |
demo.launch()
|
|
|
425 |
outputs=[output], live=True)
|
426 |
|
427 |
with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
|
428 |
+
gr.TabbedInterface([voice, img], ['💬 SuperChat','🗣️ Voice Chat', ])
|
429 |
|
430 |
|
431 |
demo.launch()
|