Spaces:
Running
Running
Initial commit
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import time
|
|
14 |
import os
|
15 |
|
16 |
def start_server():
|
17 |
-
os.system("python -m spacy download en_core_web_sm")
|
18 |
os.system("uvicorn InferenceServer:app --port 8080 --host 0.0.0.0 --workers 1")
|
19 |
|
20 |
def load_models():
|
|
|
14 |
import os
|
15 |
|
16 |
def start_server():
|
17 |
+
os.system("python -m spacy download en_core_web_sm")
|
18 |
os.system("uvicorn InferenceServer:app --port 8080 --host 0.0.0.0 --workers 1")
|
19 |
|
20 |
def load_models():
|