Spaces:
Runtime error
Runtime error
Digital Xingtong
commited on
Commit
•
3da2529
1
Parent(s):
1c81074
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def tts_fn(text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale):
|
|
88 |
|
89 |
if __name__ == "__main__":
|
90 |
parser = argparse.ArgumentParser()
|
91 |
-
parser.add_argument("--model_dir", default="./logs/
|
92 |
parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
|
93 |
parser.add_argument("--share", default=False, help="make link public")
|
94 |
parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
|
|
|
88 |
|
89 |
if __name__ == "__main__":
|
90 |
parser = argparse.ArgumentParser()
|
91 |
+
parser.add_argument("--model_dir", default="./logs/xingtong/xt_new.pth", help="path of your model")
|
92 |
parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
|
93 |
parser.add_argument("--share", default=False, help="make link public")
|
94 |
parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
|