File size: 118 Bytes
88e8043
 
c7843f0
666a167
c7843f0
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.load("models/hatmimoha/arabic-ner")

demo.launch(show_api=False)