Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,12 +24,11 @@ st.dataframe(df)
|
|
24 |
|
25 |
with st.expander("See Example Results"):
|
26 |
st.write("Here are some example images with detections:")
|
27 |
-
st.image('exampeimg1.jpg')
|
28 |
-
st.image('exampeimg2.png')
|
29 |
-
st.image('exampeimg3.jpg')
|
30 |
-
st.image('exampeimg4.jpg')
|
31 |
-
st.image('
|
32 |
-
st.image('exampeimg5.jpg')
|
33 |
|
34 |
|
35 |
input_method = st.radio("Choose the input method:", ("Upload an Image", "Take a Picture"))
|
|
|
24 |
|
25 |
with st.expander("See Example Results"):
|
26 |
st.write("Here are some example images with detections:")
|
27 |
+
#st.image('exampeimg1.jpg')
|
28 |
+
#st.image('exampeimg2.png')
|
29 |
+
#st.image('exampeimg3.jpg')
|
30 |
+
#st.image('exampeimg4.jpg')
|
31 |
+
#st.image('exampeimg5.jpg')
|
|
|
32 |
|
33 |
|
34 |
input_method = st.radio("Choose the input method:", ("Upload an Image", "Take a Picture"))
|