Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ICILS
/
ICILS-XLM-R-ISCO
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b7c6685
ICILS-XLM-R-ISCO
/
app.py
danieldux
Update app.py
b7c6685
over 2 years ago
raw
Copy download link
history
blame
139 Bytes
import
gradio
as
gr
import
os
token = os.getenv(
"HF_TOKEN"
)
gr.Interface.load(
"models/ICILS/XLM-R-ISCO"
, api_key=token).launch(share=
True
)