Update app.py
Browse files
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 =
|
| 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)
|