File size: 78 Bytes
e60d197
 
 
 
1
2
3
4
from dotenv import load_dotenv

load_dotenv()
hf_token = os.getenv('HF_TOKEN')