Spaces:
Runtime error
Runtime error
Switch high to full
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def load_simple(filename):
|
|
| 26 |
return resampled_wav
|
| 27 |
|
| 28 |
CONFIG = "configs/DNS-large-full.json"
|
| 29 |
-
CHECKPOINT = "./exp/DNS-large-
|
| 30 |
|
| 31 |
# Parse configs. Globals nicer in this case
|
| 32 |
with open(CONFIG) as f:
|
|
|
|
| 26 |
return resampled_wav
|
| 27 |
|
| 28 |
CONFIG = "configs/DNS-large-full.json"
|
| 29 |
+
CHECKPOINT = "./exp/DNS-large-full/checkpoint/pretrained.pkl"
|
| 30 |
|
| 31 |
# Parse configs. Globals nicer in this case
|
| 32 |
with open(CONFIG) as f:
|