Spaces:
Running
Running
install streamlit-annotation
Browse files- requirements.txt +0 -2
- setup.sh +7 -0
requirements.txt
CHANGED
@@ -10,6 +10,4 @@ streamlit_image_select
|
|
10 |
opencv-python==4.9.0.80
|
11 |
gdown
|
12 |
streamlit_js_eval
|
13 |
-
streamlit-annotation.zip
|
14 |
-
#-e file://$(pwd)/Streamlit-Image-Annotation
|
15 |
|
|
|
10 |
opencv-python==4.9.0.80
|
11 |
gdown
|
12 |
streamlit_js_eval
|
|
|
|
|
13 |
|
setup.sh
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
# Unzip the package
|
4 |
+
unzip streamlit-annotation.zip
|
5 |
+
|
6 |
+
# Install the local package
|
7 |
+
pip install ./streamlit-annotation
|