Spaces:
Sleeping
Sleeping
Hozifa Elgharbawy
commited on
Commit
·
32d5325
1
Parent(s):
3506575
update
Browse files
server.py
CHANGED
@@ -6,6 +6,7 @@ from models.nutrition_model import NutritionModel
|
|
6 |
|
7 |
load_dotenv()
|
8 |
|
|
|
9 |
HOST = os.getenv("FLASK_RUN_HOST", "127.0.0.1")
|
10 |
FLASK_RUN_PORT = os.getenv("FLASK_RUN_PORT", 7860)
|
11 |
|
|
|
6 |
|
7 |
load_dotenv()
|
8 |
|
9 |
+
|
10 |
HOST = os.getenv("FLASK_RUN_HOST", "127.0.0.1")
|
11 |
FLASK_RUN_PORT = os.getenv("FLASK_RUN_PORT", 7860)
|
12 |
|