Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
MarziehFadaee
commited on
Commit
•
f6db6e1
1
Parent(s):
c3b735b
Update app.py
Browse files
app.py
CHANGED
@@ -127,4 +127,4 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
127 |
|
128 |
if __name__ == "__main__":
|
129 |
# demo.launch(debug=True)
|
130 |
-
demo.queue(api_open=False, max_size=40).launch()
|
|
|
127 |
|
128 |
if __name__ == "__main__":
|
129 |
# demo.launch(debug=True)
|
130 |
+
demo.queue(api_open=False, max_size=40).launch(show_api=False)
|