Meshyboi commited on
Commit
a2ed37c
·
verified ·
1 Parent(s): 9e910ab

Update src/config.py

Browse files
Files changed (1) hide show
  1. 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 = 8000
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