SANCTVM's picture
Update app.py
df88f22
raw
history blame
152 Bytes
import gradio as gr
import os
os.environ['TRANSFORMERS_OFFLINE'] = 'yes'
gr.Interface.load("models/facebook/fasttext-language-identification").launch()