File size: 224 Bytes
5ba1fd4
 
 
 
7c7ee7d
1
2
3
4
5
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();