Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chemouda
/
Arabic-NER
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chemouda
commited on
Aug 25, 2024
Commit
c7843f0
·
verified
·
1 Parent(s):
292ba25
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -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)