Spaces:
Runtime error
Runtime error
abdulmatinomotoso
commited on
Commit
•
25c6046
1
Parent(s):
01a46c0
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
gr.Interface.load(
|
5 |
-
"
|
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()
|