Spaces:
Sleeping
Sleeping
Commit
·
4ac195c
1
Parent(s):
ee5d27b
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ for i, url in enumerate(file_urls):
|
|
30 |
)
|
31 |
|
32 |
model = YOLO('best.pt')
|
33 |
-
path = [['
|
34 |
-
video_path = [['
|
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)
|