Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from tensorflow.keras.models import Sequential
|
|
6 |
from tensorflow.keras.layers import Dense
|
7 |
import tensorflow as tf
|
8 |
import os
|
|
|
9 |
|
10 |
path = "./"
|
11 |
checkpoint_path = os.path.join(path,"model.ckpt")
|
|
|
6 |
from tensorflow.keras.layers import Dense
|
7 |
import tensorflow as tf
|
8 |
import os
|
9 |
+
import numpy as np
|
10 |
|
11 |
path = "./"
|
12 |
checkpoint_path = os.path.join(path,"model.ckpt")
|