Spaces:
Runtime error
Runtime error
Commit
·
4077db2
1
Parent(s):
aab043e
Update app.py
Browse files
app.py
CHANGED
@@ -83,5 +83,5 @@ with gr.Blocks() as myface:
|
|
83 |
run.click(send_it7, inputs=[prompt], outputs=[output7])
|
84 |
run.click(send_it8, inputs=[prompt], outputs=[output8])
|
85 |
|
86 |
-
myface.queue(concurrency_count=
|
87 |
myface.launch(enable_queue=True, inline=True)
|
|
|
83 |
run.click(send_it7, inputs=[prompt], outputs=[output7])
|
84 |
run.click(send_it8, inputs=[prompt], outputs=[output8])
|
85 |
|
86 |
+
myface.queue(concurrency_count=8)
|
87 |
myface.launch(enable_queue=True, inline=True)
|