t4ai commited on
Commit
527a9fe
1 Parent(s): 1cd4e94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -97,6 +97,12 @@ img = image_select(
97
  captions=["Edwards AFB1", "Edwards AFB2"],
98
  )
99
 
 
 
 
 
 
 
100
  # process image through detector
101
  img2 = run_process_show(img)
102
  st.image(img2)
 
97
  captions=["Edwards AFB1", "Edwards AFB2"],
98
  )
99
 
100
+ # show un classified image
101
+ st.image(img)
102
+
103
+ # show status message
104
+ st.write("Running OneEye aircraft detector...")
105
+
106
  # process image through detector
107
  img2 = run_process_show(img)
108
  st.image(img2)