veronhii commited on
Commit
cc1b998
·
1 Parent(s): 5d1a354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import tensorflow as tf
3
  import numpy as np
4
 
5
  num_classes = 200
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()]
 
3
  import numpy as np
4
 
5
  num_classes = 200
6
+ IMG_HEIGHT = 300
7
+ IMG_WIDTH = 300
8
 
9
  with open("classlabel.txt", 'r') as file:
10
  CLASS_LABEL = [x.strip() for x in file.readlines()]