Kafke commited on
Commit
3076194
·
1 Parent(s): 6168773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ if __name__ == "__main__":
140
  description = info['description']
141
  onnx_dir = info["onnx_dir"]
142
  hps = utils.get_hparams_from_file(config_path)
143
- model = model.SynthesizerTrn(
144
  len(hps.symbols),
145
  hps.data.filter_length // 2 + 1,
146
  hps.train.segment_size // hps.data.hop_length,
 
140
  description = info['description']
141
  onnx_dir = info["onnx_dir"]
142
  hps = utils.get_hparams_from_file(config_path)
143
+ model = models.SynthesizerTrn(
144
  len(hps.symbols),
145
  hps.data.filter_length // 2 + 1,
146
  hps.train.segment_size // hps.data.hop_length,