Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nishantb06
/
facebook-fasttext-language-identification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
facebook-fasttext-language-identification
/
app.py
nishantb06
initial commit
f3764a3
verified
7 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()