Spaces:
Sleeping
Sleeping
update
Browse files
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 |
+
|