Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ data_transform1=transforms.Compose([
|
|
20 |
|
21 |
title = " Fashion Items Classification"
|
22 |
|
23 |
-
examples=[['https://github.com/Kr1n3/MPC_2022/blob/main/dataset/bag_14.JPG?raw=true'],['https://github.com/Kr1n3/MPC_2022/blob/main/dataset/dress_45.JPG?raw=true'],['https://github.com/Kr1n3/MPC_2022/blob/main/dataset/pants_30.jpeg?raw=true']]
|
24 |
|
25 |
classes=['Bag','Dress','Pants','Shoes','Skirt']
|
26 |
def predict(img):
|
|
|
20 |
|
21 |
title = " Fashion Items Classification"
|
22 |
|
23 |
+
#examples=[['https://github.com/Kr1n3/MPC_2022/blob/main/dataset/bag_14.JPG?raw=true'],['https://github.com/Kr1n3/MPC_2022/blob/main/dataset/dress_45.JPG?raw=true'],['https://github.com/Kr1n3/MPC_2022/blob/main/dataset/pants_30.jpeg?raw=true']]
|
24 |
|
25 |
classes=['Bag','Dress','Pants','Shoes','Skirt']
|
26 |
def predict(img):
|