Spaces:
Running
Running
should work
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -9,7 +9,7 @@ from streamlit_js_eval import streamlit_js_eval
|
|
9 |
from streamlit_drawable_canvas import st_canvas
|
10 |
from modules.streamlit_utils import *
|
11 |
from glob import glob
|
12 |
-
from
|
13 |
from modules.toXML import create_XML
|
14 |
|
15 |
def configure_page():
|
|
|
9 |
from streamlit_drawable_canvas import st_canvas
|
10 |
from modules.streamlit_utils import *
|
11 |
from glob import glob
|
12 |
+
from streamlit_image_annotation import detection
|
13 |
from modules.toXML import create_XML
|
14 |
|
15 |
def configure_page():
|
requirements.txt
CHANGED
@@ -10,4 +10,5 @@ streamlit_image_select
|
|
10 |
opencv-python==4.9.0.80
|
11 |
gdown
|
12 |
streamlit_js_eval
|
|
|
13 |
|
|
|
10 |
opencv-python==4.9.0.80
|
11 |
gdown
|
12 |
streamlit_js_eval
|
13 |
+
psutil
|
14 |
|