atomiclabs's picture
Update app.py
a20a38a
raw
history blame contribute delete
127 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/distilbert-base-uncased-finetuned-sst-2-english",
)
iface.launch()