speechmaster commited on
Commit
2e3199b
·
verified ·
1 Parent(s): a8ec082

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -66,7 +66,7 @@ class ModelAPI:
66
  self.ckpt_path = os.path.join(self.base_path, "train_wsj0_2cta4cov_epoch=159.ckpt")
67
  if not os.path.exists(self.ckpt_path):
68
  # Define gdown download params
69
- file_id = "1eiOy0VjHh9V9ZUFTxu1Pq2w19izl9ejD"
70
  url = f"https://drive.google.com/uc?id={file_id}"
71
  # Download ckpt
72
  gdown.download(url, self.ckpt_path)
 
66
  self.ckpt_path = os.path.join(self.base_path, "train_wsj0_2cta4cov_epoch=159.ckpt")
67
  if not os.path.exists(self.ckpt_path):
68
  # Define gdown download params
69
+ file_id = "1ZENQY9WaRIZXu44lPBrPPfCAbx0Lub88"
70
  url = f"https://drive.google.com/uc?id={file_id}"
71
  # Download ckpt
72
  gdown.download(url, self.ckpt_path)