Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -273,6 +273,7 @@ aa = gr.ChatInterface(
|
|
273 |
|
274 |
|
275 |
if __name__ == "__main__":
|
276 |
-
with gr.Blocks as ai:
|
277 |
gr.TabbedInterface([aa, demo2], ["gpt4", "image create"])
|
|
|
278 |
ai.launch()
|
|
|
273 |
|
274 |
|
275 |
if __name__ == "__main__":
|
276 |
+
with gr.Blocks() as ai:
|
277 |
gr.TabbedInterface([aa, demo2], ["gpt4", "image create"])
|
278 |
+
ai.queue(max_size=300)
|
279 |
ai.launch()
|