Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saadiiii
/
ner-gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saadiiii
commited on
Dec 8, 2022
Commit
bf1623e
·
1 Parent(s):
374a9f8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -307,4 +307,4 @@ demo = gr.Interface(
307
["html"],
308
)
309
310
-
demo.launch(
share
=
True
)
307
["html"],
308
)
309
310
+
demo.launch(
inline
=
False
)