Spaces:
Runtime error
Runtime error
Commit
·
ba89271
1
Parent(s):
015c506
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ examples = [
|
|
60 |
['Tshirt.png', 'T-shirt/top'],
|
61 |
['Trouser.png', 'Trouser'],
|
62 |
['Pullover.png', 'Pullover'],
|
63 |
-
['Dress.png', 'Dress'],
|
64 |
|
65 |
input_image = gr.inputs.Image(shape=(28, 28), image_mode='L')
|
66 |
input_model = gr.inputs.Dropdown(['KNN', 'DecisionTreeClassifier', 'RandomForestClassifier', 'AdaBoostClassifier', 'GradientBoostingClassifier'])
|
|
|
60 |
['Tshirt.png', 'T-shirt/top'],
|
61 |
['Trouser.png', 'Trouser'],
|
62 |
['Pullover.png', 'Pullover'],
|
63 |
+
['Dress.png', 'Dress'],]
|
64 |
|
65 |
input_image = gr.inputs.Image(shape=(28, 28), image_mode='L')
|
66 |
input_model = gr.inputs.Dropdown(['KNN', 'DecisionTreeClassifier', 'RandomForestClassifier', 'AdaBoostClassifier', 'GradientBoostingClassifier'])
|