Sourudra commited on
Commit
9b1dc68
·
verified ·
1 Parent(s): d1053f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 as 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.")
 
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.")