Spaces:
Sleeping
Sleeping
Aleksandra
commited on
Commit
·
0d4b0fe
1
Parent(s):
d588566
Small fixes for better future
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ def predict(img):
|
|
19 |
title = "Kind of trash identifier"
|
20 |
description = "Simple (and not very accurate) model for identifying category of trash for recycling purposes. The model was finetuned version of resnet with 34 layers with trash dataset found on github <https://github.com/garythung/trashnet>"
|
21 |
|
22 |
-
path_example =
|
23 |
-
examples = [path_example]
|
24 |
|
25 |
#interpretation function
|
26 |
interpretation='default'
|
|
|
19 |
title = "Kind of trash identifier"
|
20 |
description = "Simple (and not very accurate) model for identifying category of trash for recycling purposes. The model was finetuned version of resnet with 34 layers with trash dataset found on github <https://github.com/garythung/trashnet>"
|
21 |
|
22 |
+
path_example = "szkl.jpg"
|
23 |
+
examples = [[path_example]]
|
24 |
|
25 |
#interpretation function
|
26 |
interpretation='default'
|