Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,4 +86,5 @@ with demo:
|
|
86 |
if RUN_MODE == "local":
|
87 |
demo.launch(server_name='9.134.253.83',server_port=7788)
|
88 |
else:
|
|
|
89 |
demo.launch()
|
|
|
86 |
if RUN_MODE == "local":
|
87 |
demo.launch(server_name='9.134.253.83',server_port=7788)
|
88 |
else:
|
89 |
+
demo.queue(default_enabled=True, status_update_rate=5)
|
90 |
demo.launch()
|