speechmaster commited on
Commit
7453fd0
·
verified ·
1 Parent(s): 471ccd3

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 = "16K4DUdpmLhDNC7pJhBBc08pkSIn_yMPi"
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 = "1IbJhMEyKe7xblIMmDyOfgwLOOpKGf1R6"
70
  url = f"https://drive.google.com/uc?id={file_id}"
71
  # Download ckpt
72
  gdown.download(url, self.ckpt_path)