OppaAI commited on
Commit
cf5c8bc
·
1 Parent(s): 9525b4a

Finally fixed rolling issue

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -407,6 +407,7 @@ allowed_paths = [
407
  str(VRM_PATH.parent),
408
  ]
409
 
 
410
  demo.launch(
411
  server_name="0.0.0.0",
412
  server_port=7860,
 
407
  str(VRM_PATH.parent),
408
  ]
409
 
410
+ demo.queue()
411
  demo.launch(
412
  server_name="0.0.0.0",
413
  server_port=7860,