Spaces:
Runtime error
Runtime error
Commit
·
56436e7
1
Parent(s):
b05a9d1
Update app.py
Browse files
app.py
CHANGED
@@ -85,4 +85,4 @@ with gr.Blocks() as myface:
|
|
85 |
run.click(send_it8, inputs=[prompt], outputs=[output8])
|
86 |
|
87 |
myface.queue(concurrency_count=8)
|
88 |
-
myface.launch(enable_queue=True,inline=True,max_threads=
|
|
|
85 |
run.click(send_it8, inputs=[prompt], outputs=[output8])
|
86 |
|
87 |
myface.queue(concurrency_count=8)
|
88 |
+
myface.launch(enable_queue=True,inline=True,max_threads=120)
|