Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ with gr.Blocks() as myface:
|
|
94 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic6])
|
95 |
|
96 |
myface.queue(concurrency_count=200)
|
97 |
-
myface.launch(inline=True,
|
|
|
94 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic6])
|
95 |
|
96 |
myface.queue(concurrency_count=200)
|
97 |
+
myface.launch(inline=True, show_api=True, max_threads=400)
|