Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepthi6
/
clausewise_full_project_v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
deepthi6
commited on
Nov 5, 2025
Commit
583fb5e
·
verified
·
1 Parent(s):
d2a3a60
Update app.sh
Browse files
Files changed (1)
hide
show
app.sh
+1
-0
app.sh
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
streamlit run app.py --server.port 7860 --server.address 0.0.0.0
1
#!/bin/bash
2
+
python -m spacy download en_core_web_sm
3
streamlit run app.py --server.port 7860 --server.address 0.0.0.0