Spaces:
Runtime error
Runtime error
NahuelCosta
commited on
Commit
•
7f19c6f
1
Parent(s):
de7976f
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ def getDTWImage(IC_reference, sample, size):
|
|
21 |
return x
|
22 |
'''
|
23 |
data = np.load('./data.npy')
|
24 |
-
data_DTW = np.load('./
|
25 |
-
model = tf.keras.models.load_model('./
|
26 |
|
27 |
def predict(Cell_number, Duty_Cycle, Cycle_number):
|
28 |
# ------------------------ Prediction ------------------------
|
|
|
21 |
return x
|
22 |
'''
|
23 |
data = np.load('./data.npy')
|
24 |
+
data_DTW = np.load('./data_DTW.npy')
|
25 |
+
model = tf.keras.models.load_model('./model.h5',compile = False)
|
26 |
|
27 |
def predict(Cell_number, Duty_Cycle, Cycle_number):
|
28 |
# ------------------------ Prediction ------------------------
|