hengc commited on
Commit
4cb9246
·
verified ·
1 Parent(s): 4dbad61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
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('exampeimg5_original.jpeg')
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"))