Spaces:
Runtime error
Runtime error
Update backup.app.py
Browse files- backup.app.py +1 -1
backup.app.py
CHANGED
@@ -186,4 +186,4 @@ with gr.Blocks(css=css) as myface:
|
|
186 |
run.click(send_it1, inputs=[magic1, model_name1], outputs=[output1])
|
187 |
|
188 |
myface.queue(concurrency_count=200)
|
189 |
-
myface.launch(inline=True, show_api=False, max_threads=400)
|
|
|
186 |
run.click(send_it1, inputs=[magic1, model_name1], outputs=[output1])
|
187 |
|
188 |
myface.queue(concurrency_count=200)
|
189 |
+
myface.launch(inline=True, show_api=False, max_threads=400)
|