ES-NLP / app.py
Abdel's picture
Update app.py
57aaf88
raw
history blame
235 Bytes
import gradio as gr
examples = [["Hello, my name is Josh and I live in Berlin."], ["There once was a pineapple"]]
gr.Interface.load("huggingface/elastic/distilbert-base-uncased-finetuned-conll03-english", examples=examples).launch();