Kr1n3 commited on
Commit
af5d877
1 Parent(s): 63cb969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ data_transform1=transforms.Compose([
20
 
21
  title = " Fashion Items Classification"
22
 
23
- description = """Esse modelo é uma pequena demonstração, treinado com 5 classes: Bag, Dress, Pants, Shoes e Skirt.
24
  """
25
 
26
  #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']]
 
20
 
21
  title = " Fashion Items Classification"
22
 
23
+ description = """This model is a small demonstration, trained with female fashion items divided in 5 classes: Bag, Dress, Pants, Shoes and Skirt.
24
  """
25
 
26
  #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']]