veronhii commited on
Commit
d995000
·
1 Parent(s): 259984c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ num_classes = 200
6
  IMG_HEIGHT = 256
7
  IMG_WIDTH = 256
8
 
9
- with open(output_path, 'r') as file:
10
  CLASS_LABEL = [x.strip() for x in file.readlines()]
11
 
12
  def normalize_image(img):
 
6
  IMG_HEIGHT = 256
7
  IMG_WIDTH = 256
8
 
9
+ with open("classlabel.txt", 'r') as file:
10
  CLASS_LABEL = [x.strip() for x in file.readlines()]
11
 
12
  def normalize_image(img):