Saahil-doryu commited on
Commit
56a43e8
·
verified ·
1 Parent(s): f5cf223

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ interface = gr.Interface(
60
  inputs=gr.Image(type="filepath"), # Simple Image input
61
  outputs=gr.Textbox(label="Predicted Clothing1M Class"),
62
  title="Clothing1M Classifier",
63
- description="Upload an image of clothing to classify it into one of 14 categories."
64
  examples=example_images
65
 
66
  )
 
60
  inputs=gr.Image(type="filepath"), # Simple Image input
61
  outputs=gr.Textbox(label="Predicted Clothing1M Class"),
62
  title="Clothing1M Classifier",
63
+ description="Upload an image of clothing to classify it into one of 14 categories.",
64
  examples=example_images
65
 
66
  )