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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ 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', 'Coat','Sandal', 'Shirt', 'Sneaker', 'Bag', 'Ankle boot'
20
  * Only accepts images 28x28. Trained on images with a black background.
21
  """)
22
 
 
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