bills commited on
Commit
fff73c4
1 Parent(s): e5cfd4c

Add new package

Browse files
Files changed (2) hide show
  1. apps.py +2 -1
  2. requirements.txt +2 -1
apps.py CHANGED
@@ -59,7 +59,8 @@ eval_col4.metric("mAP 0.5:0.95", "62.63%")
59
  uploaded_file = st.file_uploader("Choose a ship imagery")
60
  if uploaded_file is not None:
61
  st.image(uploaded_file, caption='Image to predict')
62
- folder_path = st.text_input('Input the folder path of image', 'Fill this', key='placeholder')
 
63
 
64
  # st.write(uploaded_file.)
65
 
 
59
  uploaded_file = st.file_uploader("Choose a ship imagery")
60
  if uploaded_file is not None:
61
  st.image(uploaded_file, caption='Image to predict')
62
+
63
+ folder_path = st.text_input('Input the folder path of image')
64
 
65
  # st.write(uploaded_file.)
66
 
requirements.txt CHANGED
@@ -13,4 +13,5 @@ torch==1.12.0
13
  opencv-contrib-python==4.5.4.58
14
  folium==0.12.1
15
  streamlit-folium
16
- ipython==7.28.0
 
 
13
  opencv-contrib-python==4.5.4.58
14
  folium==0.12.1
15
  streamlit-folium
16
+ ipython==7.28.0
17
+ psutil==5.9.1