Update app/app.py
Browse files- 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 = "
|
| 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 = "1K0OH_iZ2fDgcW4w6BFFaKPUSJDD78eK-"
|
| 72 |
url = f"https://drive.google.com/uc?id={file_id}"
|
| 73 |
# Download ckpt
|
| 74 |
gdown.download(url, self.ckpt_path)
|