Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aradhyapavan
/
malaria-cell-detection-using-hog
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aradhyapavan
commited on
Jul 22, 2025
Commit
2309b79
·
verified
·
1 Parent(s):
0bde3fd
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
python extract.py
3
-
streamlit run app.py
1
#!/bin/bash
2
python extract.py
3
+
streamlit run app.py
--server.port=8501 --server.address=0.0.0.0 --server.enableXsrfProtection=false