JohnJoelMota commited on
Commit
9065d30
·
verified ·
1 Parent(s): 3f73c5b

updated description & title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,8 +63,8 @@ interface = gr.Interface(
63
  fn=predict,
64
  inputs=gr.Image(label="Upload Clothing Image"),
65
  outputs=gr.Textbox(label="Prediction"),
66
- title="Clothing1M Class Predictor",
67
- description="This model predicts the class of clothing images using CC_net.",
68
  examples=examples
69
  )
70
 
 
63
  fn=predict,
64
  inputs=gr.Image(label="Upload Clothing Image"),
65
  outputs=gr.Textbox(label="Prediction"),
66
+ title="Clothing Image Classifier",
67
+ description="This model classifies clothing images using ResNet50. Try out different examples below for a quick demonstration!",
68
  examples=examples
69
  )
70