Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
•
1a6d3d6
1
Parent(s):
9ed165e
Update app.py
Browse files
app.py
CHANGED
@@ -124,4 +124,4 @@ with gr.Blocks(css=css) as myface:
|
|
124 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic8])
|
125 |
|
126 |
myface.queue(concurrency_count=200)
|
127 |
-
myface.launch(inline=True, show_api=False, max_threads=400)
|
|
|
124 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic8])
|
125 |
|
126 |
myface.queue(concurrency_count=200)
|
127 |
+
myface.launch(inline=True, show_api=False, max_threads=400)
|