Update app/app.py
Browse files- 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 = "
|
| 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)
|