Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
b60a97d
1
Parent(s):
595867c
Update app.py
Browse files
app.py
CHANGED
@@ -141,5 +141,5 @@ with gr.Blocks() as myface:
|
|
141 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
142 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
143 |
|
144 |
-
myface.launch(enable_queue=True, inline=True
|
145 |
-
|
|
|
141 |
run.click(send_it8, inputs=[prompt, noise_level], outputs=[output8])
|
142 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
143 |
|
144 |
+
myface.launch(enable_queue=True, inline=True)
|
145 |
+
block.queue(concurrency_count=100)
|