Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -279,4 +279,4 @@ scheduler.add_job(restart_space, "interval", seconds=21600)
|
|
279 |
scheduler.start()
|
280 |
|
281 |
# Launch the interface
|
282 |
-
demo.queue(default_concurrency_limit=1, max_size=5).launch(debug=True)
|
|
|
279 |
scheduler.start()
|
280 |
|
281 |
# Launch the interface
|
282 |
+
demo.queue(default_concurrency_limit=1, max_size=5).launch(debug=True, show_api=False)
|