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