File size: 337 Bytes
5ba1fd4 57aaf88 5ba1fd4 3fd0396 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,gr.inputs.Dropdown(["C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B"], type="index")).launch();
|