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