imomayiz commited on
Commit
d2e459f
·
verified ·
1 Parent(s): b04bfc7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
9
  # Constants
10
  LEADERBOARD_FILE = 'leaderboard.json'
11
  TEST_SET = 'atlasia/Darija-LID-benchmark'
12
- CACHE_DIR = os.path.join(os.path.dirname(__file__), '.cache')
13
 
14
  HF_TOKEN = os.getenv('HF_TOKEN')
15
 
 
9
  # Constants
10
  LEADERBOARD_FILE = 'leaderboard.json'
11
  TEST_SET = 'atlasia/Darija-LID-benchmark'
12
+ CACHE_DIR = os.path.join(os.path.dirname(__file__), 'cache')
13
 
14
  HF_TOKEN = os.getenv('HF_TOKEN')
15