Gregniuki commited on
Commit
0a5bbbc
·
1 Parent(s): a8f7811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ async def load_model_data():
171
  onnx_models = model_names # Populate onnx_models here
172
  print(config_names[0])
173
  print(model_names[0])
174
- for model_name in config_names:
175
  print(model_name)
176
  # Load the configuration data for each model (including speaker_id_map)
177
  config = load_model_configuration(models_path, model_name) # Pass config_name, not models_path
 
171
  onnx_models = model_names # Populate onnx_models here
172
  print(config_names[0])
173
  print(model_names[0])
174
+ for model_name in model_names:
175
  print(model_name)
176
  # Load the configuration data for each model (including speaker_id_map)
177
  config = load_model_configuration(models_path, model_name) # Pass config_name, not models_path