Spaces:
Running
on
Zero
Running
on
Zero
disable API
Browse files
app.py
CHANGED
@@ -121,5 +121,5 @@ with gr.Blocks() as demo:
|
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|
124 |
-
demo.queue(max_size=20)
|
125 |
-
demo.launch(share=True)
|
|
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|
124 |
+
demo.queue(max_size=20, api_open=False)
|
125 |
+
demo.launch(share=True, show_api=False)
|