Upyaya commited on
Commit
b264d1d
1 Parent(s): 8d85358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def main():
41
  #processor, model = init_model()
42
 
43
  #Select few sample images for the catagory of cloths
44
- option = st.selectbox('Select from sample an images', ('cap', 'tee', 'dress'), index = -1)
45
  st.text("OR")
46
  file_name = st.file_uploader("Upload an image")
47
  st.text(option)
 
41
  #processor, model = init_model()
42
 
43
  #Select few sample images for the catagory of cloths
44
+ option = st.selectbox('Select from sample an images', ('None','cap', 'tee', 'dress'), index = 0)
45
  st.text("OR")
46
  file_name = st.file_uploader("Upload an image")
47
  st.text(option)