Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,11 +14,11 @@ st.dataframe(df)
|
|
14 |
|
15 |
with st.expander("See Example Results"):
|
16 |
st.write("Here are some example images with detections:")
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
|
23 |
|
24 |
input_method = st.radio("Choose the input method:", ("Upload an Image", "Take a Picture"))
|
|
|
14 |
|
15 |
with st.expander("See Example Results"):
|
16 |
st.write("Here are some example images with detections:")
|
17 |
+
st.image('example1.jpg')
|
18 |
+
st.image('example2.png')
|
19 |
+
st.image('example3.jpg')
|
20 |
+
st.image('example4.jpg')
|
21 |
+
st.image('example5.jpg')
|
22 |
|
23 |
|
24 |
input_method = st.radio("Choose the input method:", ("Upload an Image", "Take a Picture"))
|