Spaces:
Runtime error
Runtime error
Commit
·
ea69a40
1
Parent(s):
4fb456c
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ def launch(port):
|
|
208 |
outputs=[output_video])
|
209 |
|
210 |
launch_args = {"server_port": port}
|
211 |
-
demo.queue(max_size=
|
212 |
demo.launch(auth=AUTH, **launch_args)
|
213 |
|
214 |
if __name__ == "__main__":
|
|
|
208 |
outputs=[output_video])
|
209 |
|
210 |
launch_args = {"server_port": port}
|
211 |
+
demo.queue(max_size=4)
|
212 |
demo.launch(auth=AUTH, **launch_args)
|
213 |
|
214 |
if __name__ == "__main__":
|