Spaces:
Paused
Paused
test
Browse files
app.py
CHANGED
|
@@ -536,5 +536,5 @@ with gr.Blocks(theme=theme, title="OpenGPT 4o DEMO") as demo:
|
|
| 536 |
gr.Markdown("# OpenGPT 4o")
|
| 537 |
gr.TabbedInterface([img, voice, video, image], ['💬 SuperChat','🗣️ Voice Chat','📸 Live Chat', '🖼 Image Engine'])
|
| 538 |
|
| 539 |
-
demo.queue(max_size=
|
| 540 |
demo.launch()
|
|
|
|
| 536 |
gr.Markdown("# OpenGPT 4o")
|
| 537 |
gr.TabbedInterface([img, voice, video, image], ['💬 SuperChat','🗣️ Voice Chat','📸 Live Chat', '🖼 Image Engine'])
|
| 538 |
|
| 539 |
+
demo.queue(max_size=300)
|
| 540 |
demo.launch()
|