ajcasagrande commited on
Commit
5d7eb68
·
verified ·
1 Parent(s): 1607e85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@
3
 
4
  import gradio as gr
5
  import PIL.Image as Image
 
6
 
7
  from ultralytics import ASSETS, YOLO
8
 
 
3
 
4
  import gradio as gr
5
  import PIL.Image as Image
6
+ import cv2
7
 
8
  from ultralytics import ASSETS, YOLO
9