Shyamnath commited on
Commit
b1f7fbe
·
1 Parent(s): c7f04e1

Update port to 7860 for Hugging Face deployment

Browse files
Files changed (1) hide show
  1. core/config.py +1 -1
core/config.py CHANGED
@@ -12,7 +12,7 @@ PROVIDER_MAP: Dict[str, str] = {
12
 
13
  # API Configuration
14
  API_HOST = "0.0.0.0"
15
- API_PORT = 80
16
 
17
  # CORS Configuration
18
  CORS_SETTINGS = {
 
12
 
13
  # API Configuration
14
  API_HOST = "0.0.0.0"
15
+ API_PORT = 7860
16
 
17
  # CORS Configuration
18
  CORS_SETTINGS = {