Spaces:
Sleeping
Sleeping
Commit
·
84e0d1c
1
Parent(s):
3f71b3e
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ file_urls = [
|
|
13 |
# Do not download files from URLs, use local files directly
|
14 |
|
15 |
model = YOLO('best.pt')
|
16 |
-
path = [['Cyst.jpg'], ['Stone.jpg']]
|
17 |
|
18 |
|
19 |
def show_preds_image(image_path):
|
|
|
13 |
# Do not download files from URLs, use local files directly
|
14 |
|
15 |
model = YOLO('best.pt')
|
16 |
+
path = [['Cyst.jpg'], ['Stone.jpg'],['Normal.jpg']]
|
17 |
|
18 |
|
19 |
def show_preds_image(image_path):
|