Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dannel
/
gender
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1f70d9e
gender
/
app.py
Dannel
Update app.py
1f70d9e
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
186 Bytes
import
os
from
transformers
import
pipeline
from
huggingface_hub
import
HfApi
# Obtén tu clave de acceso de Hugging Face
access_token = os.environ.get(
"app.py"
)
print
(access_token )