Spaces:
Runtime error
Runtime error
import gradio as gr | |
iface = gr.Interface.load("huggingface/dslim/bert-base-NER", | |
) | |
iface.launch() |
import gradio as gr | |
iface = gr.Interface.load("huggingface/dslim/bert-base-NER", | |
) | |
iface.launch() |