atomiclabs commited on
Commit
43771cf
1 Parent(s): 5db495d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()