import gradio as gr with gr.Blocks() as demo: gr.load("models/hatmimoha/arabic-ner") demo.launch(show_api=False)