Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ELCA-SA
/
sketch-to-BPMN
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BenjiELCA
commited on
Jun 26, 2024
Commit
e35c658
·
1 Parent(s):
f68625e
try to use setup
Browse files
Files changed (1)
hide
show
setup.sh
+5
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
unzip Streamlit-Image-Annotation.zip -d Streamlit-Image-Annotation
3
+
cd Streamlit-Image-Annotation
4
+
pip install .
5
+
cd ..