elmadany commited on
Commit
7c374d1
·
verified ·
1 Parent(s): 9e56fc7

Delete envs.py

Browse files
Files changed (1) hide show
  1. envs.py +0 -12
envs.py DELETED
@@ -1,12 +0,0 @@
1
- import os
2
-
3
- from huggingface_hub import HfApi
4
-
5
- # Info to change for your repository
6
- # ----------------------------------
7
-
8
-
9
- HF_TOKEN = os.environ.get("HF_TOKEN")
10
- SAHARA_DATA = os.environ.get("SAHARA_DATA")
11
- SAHARA_RESULTS = os.environ.get("SAHARA_RESULTS")
12
- API = HfApi(token=HF_TOKEN)