Spaces:
Paused
Paused
Commit
·
5f83df3
1
Parent(s):
8af9c52
Fixed Dockerfile v16
Browse files- main/app.py +1 -1
main/app.py
CHANGED
@@ -138,7 +138,7 @@ if __name__ == "__main__":
|
|
138 |
test_locally()
|
139 |
else:
|
140 |
uvicorn.run(
|
141 |
-
"main.app:
|
142 |
host=config["server"]["host"],
|
143 |
port=config["server"]["port"],
|
144 |
reload=True
|
|
|
138 |
test_locally()
|
139 |
else:
|
140 |
uvicorn.run(
|
141 |
+
"main.app:app",
|
142 |
host=config["server"]["host"],
|
143 |
port=config["server"]["port"],
|
144 |
reload=True
|