krishnamishra8848 commited on
Commit
b7d0e99
·
verified ·
1 Parent(s): 3524452
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,3 +44,4 @@ if uploaded_file:
44
  annotated_image_rgb = cv2.cvtColor(annotated_image, cv2.COLOR_BGR2RGB)
45
  placeholder.empty() # Remove the "Running inference..." message
46
  st.image(annotated_image_rgb, caption="Prediction Results", use_container_width=True)
 
 
44
  annotated_image_rgb = cv2.cvtColor(annotated_image, cv2.COLOR_BGR2RGB)
45
  placeholder.empty() # Remove the "Running inference..." message
46
  st.image(annotated_image_rgb, caption="Prediction Results", use_container_width=True)
47
+