DumbledoreWiz commited on
Commit
7c3e7be
1 Parent(s): 82ab966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ gradio_app = gr.Interface(
78
  fn=predict,
79
  inputs=gr.Image(type="pil"),
80
  outputs=gr.Label(num_top_classes=6),
81
- title="Pants Shape Classifier"
82
  )
83
 
84
  # Launch the app
 
78
  fn=predict,
79
  inputs=gr.Image(type="pil"),
80
  outputs=gr.Label(num_top_classes=6),
81
+ title="Sleeves Shape Classifier"
82
  )
83
 
84
  # Launch the app