Spaces:
Sleeping
Sleeping
Mahiruoshi
commited on
Commit
•
5b9999d
1
Parent(s):
28fb579
Update app.py
Browse files
app.py
CHANGED
@@ -341,12 +341,12 @@ def audiobook(inputFile, groupsize, speaker, sdp_ratio, noise_scale, noise_scale
|
|
341 |
if __name__ == "__main__":
|
342 |
parser = argparse.ArgumentParser()
|
343 |
parser.add_argument(
|
344 |
-
"-m", "--model", default="./logs/
|
345 |
)
|
346 |
parser.add_argument(
|
347 |
"-c",
|
348 |
"--config",
|
349 |
-
default="./logs/
|
350 |
help="path of your config file",
|
351 |
)
|
352 |
parser.add_argument(
|
|
|
341 |
if __name__ == "__main__":
|
342 |
parser = argparse.ArgumentParser()
|
343 |
parser.add_argument(
|
344 |
+
"-m", "--model", default="./logs/Bangdream/G_12000.pth", help="path of your model"
|
345 |
)
|
346 |
parser.add_argument(
|
347 |
"-c",
|
348 |
"--config",
|
349 |
+
default="./logs/Bangdream/config.json",
|
350 |
help="path of your config file",
|
351 |
)
|
352 |
parser.add_argument(
|