File size: 237 Bytes
5ba1fd4
 
57aaf88
5ba1fd4
d1ba659
baee320
1
2
3
4
5
6
7
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();