Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tuana
/
pubmed-qa-mixtral-haystack
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pubmed-qa-mixtral-haystack
/
utils
/
config.py
Tuana
first commit
af1cf81
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
HUGGING_FACE_TOKEN = os.getenv(
'HUGGING_FACE_TOKEN'
)