speechmaster commited on
Commit
c0647f8
·
verified ·
1 Parent(s): e86ede4

Update app/app.py

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