Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ output_dir = "/tmp/outputs"
|
|
| 34 |
os.makedirs(output_dir, exist_ok=True)
|
| 35 |
|
| 36 |
# Initialize tone converter
|
| 37 |
-
ckpt_converter = "
|
| 38 |
|
| 39 |
|
| 40 |
# Device setting
|
|
|
|
| 34 |
os.makedirs(output_dir, exist_ok=True)
|
| 35 |
|
| 36 |
# Initialize tone converter
|
| 37 |
+
ckpt_converter = "checkpoint/converter"
|
| 38 |
|
| 39 |
|
| 40 |
# Device setting
|