Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
05a7419
1
Parent(s):
dfd38e5
Update app.py
Browse files
app.py
CHANGED
@@ -117,4 +117,5 @@ with gr.Blocks() as myface:
|
|
117 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
118 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
119 |
|
120 |
-
myface.
|
|
|
|
117 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
118 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
119 |
|
120 |
+
myface.queue(concurrency_count=800,status_update_rate=1)
|
121 |
+
myface.launch(enable_queue=True,inline=True,max_threads=800)
|