Spaces:
Sleeping
Sleeping
Update port to 7860 for Hugging Face deployment
Browse files- 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 =
|
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 = {
|