Arabic-NER / app.py
chemouda's picture
Update app.py
666a167 verified
raw
history blame contribute delete
118 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.load("models/hatmimoha/arabic-ner")
demo.launch(show_api=False)