Sourudra commited on
Commit
d1053f2
·
verified ·
1 Parent(s): 4c267d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -131,4 +131,5 @@ if uploaded_file is not None:
131
  process_image(image, confidence_threshold)
132
 
133
  st.markdown("---")
134
- 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 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.")