Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
b8166e3
1
Parent(s):
453b6f9
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 |
-
myface.queue(concurrency_count=800
|
154 |
myface.launch(enable_queue=True,inline=True,max_threads=800)
|
155 |
reset_queue_thread.join()
|
|
|
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)
|
154 |
myface.launch(enable_queue=True,inline=True,max_threads=800)
|
155 |
reset_queue_thread.join()
|