Spaces:
Running
Running
Use updated checkpoint
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def s2st(
|
|
72 |
),
|
73 |
vocoder_file=os.path.join(
|
74 |
vocoder_path,
|
75 |
-
'checkpoint-
|
76 |
),
|
77 |
vocoder_config=os.path.join(
|
78 |
vocoder_path,
|
|
|
72 |
),
|
73 |
vocoder_file=os.path.join(
|
74 |
vocoder_path,
|
75 |
+
'checkpoint-450000steps.pkl',
|
76 |
),
|
77 |
vocoder_config=os.path.join(
|
78 |
vocoder_path,
|