Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jonathanjordan21
/
facebook-fasttext-language-identification
like
0
Running
App
Files
Files
Community
main
facebook-fasttext-language-identification
/
app.py
jonathanjordan21
initial commit
27c84ce
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
gradio
as
gr
gr.load(
"models/facebook/fasttext-language-identification"
).launch()