Update app.py
Browse files
app.py
CHANGED
@@ -2,5 +2,5 @@ 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
|
6 |
|
|
|
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();
|
6 |
|