rayl-aoit commited on
Commit
aec2c03
·
verified ·
1 Parent(s): ec111f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
29
  )
30
  model = models[0]
31
  TTSHubInterface.update_cfg_with_data_cfg(cfg, task.data_cfg)
32
- generator = task.build_generator(model, cfg)
33
 
34
  # text = "Hello, this is a test run."
35
 
 
29
  )
30
  model = models[0]
31
  TTSHubInterface.update_cfg_with_data_cfg(cfg, task.data_cfg)
32
+ generator = task.build_generator([model], cfg)
33
 
34
  # text = "Hello, this is a test run."
35