NahuelCosta commited on
Commit
7f19c6f
1 Parent(s): de7976f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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('./data/data_DTW.npy')
25
- model = tf.keras.models.load_model('./models/model.h5',compile = False)
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 ------------------------