abdulmatinomotoso commited on
Commit
25c6046
1 Parent(s): 01a46c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
2
 
3
 
4
  gr.Interface.load(
5
- "huggingface/dslim/bert-base-NER",
6
  inputs=gr.Textbox(lines=10, label="Input Text"),
7
  ).launch()
 
2
 
3
 
4
  gr.Interface.load(
5
+ "model/dslim/bert-base-NER",
6
  inputs=gr.Textbox(lines=10, label="Input Text"),
7
  ).launch()