qnguyen3 commited on
Commit
a27ac73
1 Parent(s): 80e76dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def start_worker(model_path: str):
58
  "http://localhost:10000",
59
  "--port",
60
  "40000",
61
- "worker",
62
  "http://localhost:40000",
63
  "--model-path",
64
  model_path,
 
58
  "http://localhost:10000",
59
  "--port",
60
  "40000",
61
+ "--worker",
62
  "http://localhost:40000",
63
  "--model-path",
64
  model_path,