Spaces:
Sleeping
Sleeping
Brian Watson
commited on
Commit
·
6e84ffe
1
Parent(s):
0927694
Update app.py
Browse files
app.py
CHANGED
@@ -145,4 +145,4 @@ with gr.Blocks(css=css) as myface:
|
|
145 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic8])
|
146 |
|
147 |
myface.queue(concurrency_count=200)
|
148 |
-
myface.launch(inline=True, show_api=False, max_threads=400
|
|
|
145 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic8])
|
146 |
|
147 |
myface.queue(concurrency_count=200)
|
148 |
+
myface.launch(inline=True, show_api=False, max_threads=400)
|