Update app.py
Browse files
app.py
CHANGED
|
@@ -131,5 +131,5 @@ if uploaded_file is not None:
|
|
| 131 |
process_image(image, confidence_threshold)
|
| 132 |
|
| 133 |
st.markdown("---")
|
| 134 |
-
st.info("Please use images as input
|
| 135 |
st.info("This application uses Fine Tuned YOLOv8 for detection and EasyOCR for text recognition.")
|
|
|
|
| 131 |
process_image(image, confidence_threshold)
|
| 132 |
|
| 133 |
st.markdown("---")
|
| 134 |
+
st.info("Please use images as input, because processing videos with the CPU may result in longer times.")
|
| 135 |
st.info("This application uses Fine Tuned YOLOv8 for detection and EasyOCR for text recognition.")
|