Gregniuki commited on
Commit
d023960
·
1 Parent(s): 18a354d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ async def main(
146
  )
147
  else:
148
  voice_model_names = []
149
- # for current in onnx_models:
150
  voice_struct = current.split("/")[5]
151
  voice_model_names.append(voice_struct)
152
  # if enhanced_accessibility:
 
146
  )
147
  else:
148
  voice_model_names = []
149
+ for current in onnx_models:
150
  voice_struct = current.split("/")[5]
151
  voice_model_names.append(voice_struct)
152
  # if enhanced_accessibility: