Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
453b6f9
1
Parent(s):
b5e2c18
Update app.py
Browse files
app.py
CHANGED
@@ -150,6 +150,6 @@ def reset_queue_periodically():
|
|
150 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
151 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
152 |
|
153 |
-
|
154 |
-
|
155 |
-
|
|
|
150 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
151 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
152 |
|
153 |
+
myface.queue(concurrency_count=800,status_update_rate=1)
|
154 |
+
myface.launch(enable_queue=True,inline=True,max_threads=800)
|
155 |
+
reset_queue_thread.join()
|