prshanthreddy commited on
Commit
ca1ce58
·
verified ·
1 Parent(s): 6c0f72f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -57,9 +57,15 @@ demo = gr.Interface(
57
  outputs=gr.Textbox(label="Predicted Category"),
58
  title="Clothing Image Classifier",
59
  description="Upload an image to classify its clothing category.",
60
- examples=[
61
  ["examples/83.jpg"],
62
- ["examples/48.jpg"]
 
 
 
 
 
 
63
  ]
64
  )
65
 
 
57
  outputs=gr.Textbox(label="Predicted Category"),
58
  title="Clothing Image Classifier",
59
  description="Upload an image to classify its clothing category.",
60
+ examples=[
61
  ["examples/83.jpg"],
62
+ ["examples/48.jpg"],
63
+ ["examples/74.jpg"],
64
+ ["examples/147.jpg"],
65
+ ["examples/148.jpg"],
66
+ ["examples/525.jpg"],
67
+ ["examples/325.jpg"],
68
+ ["examples/550.jpg"]
69
  ]
70
  )
71