Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jonathanjordan21
/
papluca-xlm-roberta-base-language-detection
like
0
Sleeping
App
Files
Files
Community
main
papluca-xlm-roberta-base-language-detection
/
app.py
jonathanjordan21
initial commit
ff9282e
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
gradio
as
gr
gr.load(
"models/papluca/xlm-roberta-base-language-detection"
).launch()