VishnuEcoClim commited on
Commit
ef7979f
·
1 Parent(s): cc5d9a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import urllib.request
6
  from utils import *
7
 
8
- labels = ["cardboard", "glass", "metal", "paper", "plastic", "trash"]
9
 
10
  html_temp = '''
11
  <div style="padding-bottom: 20px; padding-top: 20px; padding-left: 5px; padding-right: 5px">
 
5
  import urllib.request
6
  from utils import *
7
 
8
+ labels = gen_labels()
9
 
10
  html_temp = '''
11
  <div style="padding-bottom: 20px; padding-top: 20px; padding-left: 5px; padding-right: 5px">