Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ np.random.seed(4)
|
|
| 16 |
|
| 17 |
|
| 18 |
def start_fastapi():
|
| 19 |
-
subprocess.Popen(["uvicorn", "fastapi_app:app", "--host", "0.0.0.0", "--port", "
|
| 20 |
|
| 21 |
# Start the FastAPI server
|
| 22 |
start_fastapi()
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
def start_fastapi():
|
| 19 |
+
subprocess.Popen(["uvicorn", "fastapi_app:app", "--host", "0.0.0.0", "--port", "9999"])
|
| 20 |
|
| 21 |
# Start the FastAPI server
|
| 22 |
start_fastapi()
|