Xueqing commited on
Commit
cdd8919
·
verified ·
1 Parent(s): 6b8c25e

Update backend/app/config/base.py

Browse files
Files changed (1) hide show
  1. backend/app/config/base.py +0 -2
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