drrobot9 commited on
Commit
10b7682
·
verified ·
1 Parent(s): 5249c42

Update app/config.py

Browse files
Files changed (1) hide show
  1. app/config.py +1 -1
app/config.py CHANGED
@@ -6,7 +6,7 @@ from typing import Dict
6
  @dataclass
7
  class Config:
8
  HF_TOKEN: str = field(
9
- default_factory=lambda: os.environ.get("HF_TOKEN", "").strip()
10
  )
11
 
12
  # Language detection
 
6
  @dataclass
7
  class Config:
8
  HF_TOKEN: str = field(
9
+ default_factory=lambda: os.environ.get("HF_TOKEN", "HF_TOKEN").strip()
10
  )
11
 
12
  # Language detection