Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|