chemouda commited on
Commit
c7843f0
·
verified ·
1 Parent(s): 292ba25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,3 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("hatmimoha/arabic-ner").launch()
 
 
 
 
1
  import gradio as gr
2
 
3
+ with gr.Blocks() as demo:
4
+ gr.load("hatmimoha/arabic-ner)
5
+
6
+ demo.launch(show_api=False)