zhuowen999 commited on
Commit
889003e
1 Parent(s): 504f797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ if __name__ == "__main__":
87
  parser = argparse.ArgumentParser()
88
  parser.add_argument("--model_dir", default="./G_latest.pth", help="directory to your fine-tuned model")
89
  parser.add_argument("--config_dir", default="./finetune_speaker.json", help="directory to your model config file")
90
- parser.add_argument("--share", default=True, help="make link public (used in colab)")
91
 
92
  args = parser.parse_args()
93
  hps = utils.get_hparams_from_file(args.config_dir)
 
87
  parser = argparse.ArgumentParser()
88
  parser.add_argument("--model_dir", default="./G_latest.pth", help="directory to your fine-tuned model")
89
  parser.add_argument("--config_dir", default="./finetune_speaker.json", help="directory to your model config file")
90
+ parser.add_argument("--share", default=False, help="make link public (used in colab)")
91
 
92
  args = parser.parse_args()
93
  hps = utils.get_hparams_from_file(args.config_dir)