Spaces:
Runtime error
Runtime error
Commit ·
43771cf
1
Parent(s): 5db495d
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
iface = gr.Interface.load("huggingface/dslim/bert-base-NER",
|
|
|
|
| 4 |
)
|
| 5 |
|
| 6 |
iface.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
iface = gr.Interface.load("huggingface/dslim/bert-base-NER",
|
| 4 |
+
example=[["My name is Clara and I live in Berkeley, California."]]
|
| 5 |
)
|
| 6 |
|
| 7 |
iface.launch()
|