Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
e496f80
1
Parent(s):
6b22ce2
Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,7 @@ with gr.Blocks() as myface:
|
|
121 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
122 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
123 |
|
124 |
-
myface.queue(concurrency_count=
|
125 |
myface.launch(enable_queue=True, inline=True)
|
126 |
|
|
|
|
121 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
122 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
123 |
|
124 |
+
myface.queue(concurrency_count=30)
|
125 |
myface.launch(enable_queue=True, inline=True)
|
126 |
|
127 |
+
|