Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
examples = [["
|
4 |
|
5 |
gr.Interface.load("huggingface/elastic/distilbert-base-uncased-finetuned-conll03-english", examples=examples).launch();
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples = [["Hello, my name is Josh and I live in Berlin."], ["There once was a pineapple"]]
|
4 |
|
5 |
gr.Interface.load("huggingface/elastic/distilbert-base-uncased-finetuned-conll03-english", examples=examples).launch();
|