Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def tts_fn(text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale):
|
|
75 |
|
76 |
if __name__ == "__main__":
|
77 |
parser = argparse.ArgumentParser()
|
78 |
-
parser.add_argument("--model_dir", default="./logs/Taffy/
|
79 |
parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
|
80 |
parser.add_argument("--share", default=False, help="make link public")
|
81 |
parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
|
|
|
75 |
|
76 |
if __name__ == "__main__":
|
77 |
parser = argparse.ArgumentParser()
|
78 |
+
parser.add_argument("--model_dir", default="./logs/Taffy/G_13200.pth", help="path of your model")
|
79 |
parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
|
80 |
parser.add_argument("--share", default=False, help="make link public")
|
81 |
parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
|