Spaces:
Sleeping
Sleeping
Update start.py
Browse files
start.py
CHANGED
|
@@ -43,6 +43,6 @@ if __name__ == "__main__":
|
|
| 43 |
|
| 44 |
# Start the FastAPI server
|
| 45 |
subprocess.run(
|
| 46 |
-
["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"],
|
| 47 |
check=True,
|
| 48 |
)
|
|
|
|
| 43 |
|
| 44 |
# Start the FastAPI server
|
| 45 |
subprocess.run(
|
| 46 |
+
["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"],
|
| 47 |
check=True,
|
| 48 |
)
|