kingav commited on
Commit
28476eb
1 Parent(s): dd6885d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -156,7 +156,8 @@ if option == "Auto-Regressor":
156
 
157
  # %%
158
  import os
159
- checkpoint_path = "training_1/cp.ckpt"
 
160
  checkpoint_dir = os.path.dirname(checkpoint_path)
161
 
162
 
 
156
 
157
  # %%
158
  import os
159
+ # checkpoint_path = "training_1/cp.ckpt"
160
+ checkpoint_path = "training_1/cp.weights.h5"
161
  checkpoint_dir = os.path.dirname(checkpoint_path)
162
 
163