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([
|
| 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([img, voice], ['💬 SuperChat','🗣️ Voice Chat', ])
|
| 429 |
|
| 430 |
|
| 431 |
demo.launch()
|