Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|