Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ner4archives
/
ner4archives-NEL-vizualizer-app
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5f37ada
ner4archives-NEL-vizualizer-app
/
launch.py
lterriel
Update launch.py
42a7955
about 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
sys
from
streamlit.web
import
cli
as
stcli
if
__name__ ==
'__main__'
:
sys.argv = [
"streamlit"
,
"run"
,
"app.py"
]
sys.exit(stcli.main())