Aleksandra commited on
Commit
0d4b0fe
·
1 Parent(s): d588566

Small fixes for better future

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = r"szkl.jpg"
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'