Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -377,5 +377,5 @@ def ui():
|
|
377 |
if __name__ == "__main__":
|
378 |
demo = ui()
|
379 |
# gr.close_all()
|
380 |
-
demo.queue(
|
381 |
demo.launch()
|
|
|
377 |
if __name__ == "__main__":
|
378 |
demo = ui()
|
379 |
# gr.close_all()
|
380 |
+
demo.queue(api_open=False)
|
381 |
demo.launch()
|