Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ async def main(
|
|
146 |
)
|
147 |
else:
|
148 |
voice_model_names = []
|
149 |
-
|
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:
|