Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import tensorflow as tf
|
|
3 |
import numpy as np
|
4 |
|
5 |
num_classes = 200
|
6 |
-
IMG_HEIGHT =
|
7 |
-
IMG_WIDTH =
|
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()]
|