tykimos commited on
Commit
3d34098
·
1 Parent(s): e584782

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ for line in lines:
9
  index, label_name = line.split(',')
10
  label_dict[int(index)] = label_name.strip()
11
  f.close()
12
-
13
  import tensorflow as tf
14
  from tensorflow import keras
15
  from keras.models import load_model
 
9
  index, label_name = line.split(',')
10
  label_dict[int(index)] = label_name.strip()
11
  f.close()
12
+
13
  import tensorflow as tf
14
  from tensorflow import keras
15
  from keras.models import load_model