shamimjony1000 commited on
Commit
4ac195c
·
1 Parent(s): ee5d27b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ for i, url in enumerate(file_urls):
30
  )
31
 
32
  model = YOLO('best.pt')
33
- path = [['image_0.jpg'], ['image_1.jpg']]
34
- video_path = [['video.mp4']]
35
 
36
  def show_preds_image(image_path):
37
  image = cv2.imread(image_path)
 
30
  )
31
 
32
  model = YOLO('best.pt')
33
+ path = [['Cyst.jpg'], ['Stone.jpg']]
34
+ video_path = [['ct.mp4']]
35
 
36
  def show_preds_image(image_path):
37
  image = cv2.imread(image_path)