Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -120,4 +120,4 @@ with gr.Blocks(css=css) as myface:
|
|
120 |
|
121 |
|
122 |
myface.queue(concurrency_count=200)
|
123 |
-
myface.launch(inline=True, show_api=False, max_threads=400)
|
|
|
120 |
|
121 |
|
122 |
myface.queue(concurrency_count=200)
|
123 |
+
myface.launch(inline=True, show_api=False, max_threads=400)
|