Mahiruoshi commited on
Commit
377734e
1 Parent(s): ee80a07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -336,12 +336,12 @@ def audiobook(inputFile, groupsize, speaker, sdp_ratio, noise_scale, noise_scale
336
  if __name__ == "__main__":
337
  parser = argparse.ArgumentParser()
338
  parser.add_argument(
339
- "-m", "--model", default="./logs/BangDream/G_7000.pth", help="path of your model"
340
  )
341
  parser.add_argument(
342
  "-c",
343
  "--config",
344
- default="./logs/BangDream/config.json",
345
  help="path of your config file",
346
  )
347
  parser.add_argument(
 
336
  if __name__ == "__main__":
337
  parser = argparse.ArgumentParser()
338
  parser.add_argument(
339
+ "-m", "--model", default="./logs/Bangdream/G_7000.pth", help="path of your model"
340
  )
341
  parser.add_argument(
342
  "-c",
343
  "--config",
344
+ default="./logs/Bangdream/config.json",
345
  help="path of your config file",
346
  )
347
  parser.add_argument(