KingNish commited on
Commit
cada336
1 Parent(s): 06597e0
Files changed (1) hide show
  1. app.py +1 -1
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=200)
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()