t4ai commited on
Commit
137f440
·
1 Parent(s): a8a02e7

Try adding model back

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,5 +98,5 @@ img = image_select(
98
  )
99
 
100
  # process image through detector
101
- #img2 = run_process_show(img)
102
- st.image(img)
 
98
  )
99
 
100
  # process image through detector
101
+ img2 = run_process_show(img)
102
+ st.image(img2)