Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
·
8c0d2a0
1
Parent(s):
3a76103
update
Browse files
app.py
CHANGED
@@ -683,5 +683,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
683 |
|
684 |
if __name__ == "__main__":
|
685 |
iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(
|
686 |
-
|
687 |
)
|
|
|
683 |
|
684 |
if __name__ == "__main__":
|
685 |
iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(
|
686 |
+
show_api=False
|
687 |
)
|