Update src/config.py
Browse files- src/config.py +1 -1
src/config.py
CHANGED
|
@@ -2,7 +2,7 @@ from pydantic_settings import BaseSettings
|
|
| 2 |
|
| 3 |
class Settings(BaseSettings):
|
| 4 |
API_HOST: str = "0.0.0.0"
|
| 5 |
-
API_PORT: int =
|
| 6 |
DEBUG: bool = False
|
| 7 |
DEVICE: str = "cpu"
|
| 8 |
LOAD_DEEPFAKE_MODELS: bool = True
|
|
|
|
| 2 |
|
| 3 |
class Settings(BaseSettings):
|
| 4 |
API_HOST: str = "0.0.0.0"
|
| 5 |
+
API_PORT: int = 7860
|
| 6 |
DEBUG: bool = False
|
| 7 |
DEVICE: str = "cpu"
|
| 8 |
LOAD_DEEPFAKE_MODELS: bool = True
|