Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bach-or-bot
/
main-model
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
main-model
/
src
/
llm2vectrain
/
config.py
Acelle Krislette Rosales
Initial commit: Added application code
fc7b4a9
7 months ago
raw
Copy download link
history
blame
contribute
delete
93 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
access_token = os.getenv(
"HF_TOKEN"
)