hwberry2 commited on
Commit
ea59a8e
·
1 Parent(s): c7e1273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ with gr.Blocks() as demo:
16
  gr.Markdown(
17
  """
18
  * uploading an image will engage the model in image classsification
19
- * trained on the following image types: 'T-shirt/top', 'Trouser', 'Pullover', 'Dress',
20
- 'Coat','Sandal', 'Shirt', 'Sneaker', 'Bag', 'Ankle boot'
21
  """)
22
 
23
  # Train, evaluate and test a ML
 
16
  gr.Markdown(
17
  """
18
  * uploading an image will engage the model in image classsification
19
+ * trained on the following image types: 'T-shirt/top', 'Trouser', 'Pullover', 'Dress', 'Coat','Sandal', 'Shirt', 'Sneaker', 'Bag', 'Ankle boot'
20
+ * Only accepts images 28x28. Trained on images with a black background.
21
  """)
22
 
23
  # Train, evaluate and test a ML