Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SANCTVM
/
facebook-fasttext-language-identification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
df88f22
facebook-fasttext-language-identification
/
app.py
SANCTVM
Update app.py
df88f22
over 1 year ago
raw
Copy download link
history
blame
Safe
152 Bytes
import
gradio
as
gr
import
os
os.environ[
'TRANSFORMERS_OFFLINE'
] =
'yes'
gr.Interface.load(
"models/facebook/fasttext-language-identification"
).launch()