Update backend/app/config/base.py
Browse files
backend/app/config/base.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
from pathlib import Path
|
| 3 |
|
| 4 |
-
from app.config.hf_config import HF_TOKEN, HF_ORGANIZATION, HF_AGGREGATED
|
| 5 |
-
|
| 6 |
# Server configuration
|
| 7 |
HOST = "0.0.0.0"
|
| 8 |
PORT = 7860
|
|
|
|
| 1 |
import os
|
| 2 |
from pathlib import Path
|
| 3 |
|
|
|
|
|
|
|
| 4 |
# Server configuration
|
| 5 |
HOST = "0.0.0.0"
|
| 6 |
PORT = 7860
|