Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZyrenthDev
/
language-identification
like
0
Running
App
Files
Files
Community
main
language-identification
/
app.py
Zyrenth
initial commit
40a513b
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
gradio
as
gr
gr.load(
"models/facebook/fasttext-language-identification"
).launch()