Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,5 +84,5 @@ with gr.Blocks() as demo:
|
|
| 84 |
|
| 85 |
if __name__ == "__main__":
|
| 86 |
print("LAUNCH")
|
| 87 |
-
demo.queue(default_concurrency_limit=None)
|
| 88 |
demo.launch()
|
|
|
|
| 84 |
|
| 85 |
if __name__ == "__main__":
|
| 86 |
print("LAUNCH")
|
| 87 |
+
demo.queue(default_concurrency_limit=None, api_open=True)
|
| 88 |
demo.launch()
|