Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -229,4 +229,4 @@ with gr.Blocks() as demo:
|
|
229 |
|
230 |
if __name__ == "__main__":
|
231 |
#demo.queue(max_size=20, api_open=False)
|
232 |
-
demo.launch(share=True, show_api=
|
|
|
229 |
|
230 |
if __name__ == "__main__":
|
231 |
#demo.queue(max_size=20, api_open=False)
|
232 |
+
demo.launch(share=True, show_api=False)
|