bills commited on
Commit
e5cfd4c
1 Parent(s): 967af65

Add new package and add new changes in app.py

Browse files
Files changed (2) hide show
  1. apps.py +1 -1
  2. requirements.txt +2 -1
apps.py CHANGED
@@ -59,7 +59,7 @@ 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')
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
+ folder_path = st.text_input('Input the folder path of image', 'Fill this', key='placeholder')
63
 
64
  # st.write(uploaded_file.)
65
 
requirements.txt CHANGED
@@ -12,4 +12,5 @@ plotly==5.9.0
12
  torch==1.12.0
13
  opencv-contrib-python==4.5.4.58
14
  folium==0.12.1
15
- streamlit-folium
 
 
12
  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