hengc commited on
Commit
3f75174
·
verified ·
1 Parent(s): 1b3fdfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.dataframe(df)
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')
 
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.jpg')
19
  st.image('example3.jpg')
20
  st.image('example4.jpg')
21
  st.image('example5.jpg')