File size: 137 Bytes
01a46c0
 
29e079d
 
25c6046
29e079d
 
1
2
3
4
5
6
7
import gradio as gr


gr.Interface.load(
    "model/dslim/bert-base-NER",
    inputs=gr.Textbox(lines=10, label="Input Text"),
).launch()