ES-NLP / app.py
Abdel's picture
Update app.py
7c7ee7d
raw
history blame
224 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/elastic/distilbert-base-uncased-finetuned-conll03-english", examples=examples).launch();