Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def start_worker(model_path: str):
|
|
59 |
"--port",
|
60 |
"40000",
|
61 |
"worker",
|
62 |
-
"http://localhost:40000"
|
63 |
"--model-path",
|
64 |
model_path,
|
65 |
"--model-type",
|
|
|
59 |
"--port",
|
60 |
"40000",
|
61 |
"worker",
|
62 |
+
"http://localhost:40000",
|
63 |
"--model-path",
|
64 |
model_path,
|
65 |
"--model-type",
|