Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
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)
|