sudoping01 commited on
Commit
f881cfd
Β·
verified Β·
1 Parent(s): be36062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -400,7 +400,7 @@ def build_interface():
400
  - **πŸ“± Usage**: Educational, accessibility, and cultural preservation
401
 
402
  ### 🎭 Available Speakers:
403
- {ettes.join(SPEAKER_NAMES)}
404
 
405
  **License**: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)
406
 
 
400
  - **πŸ“± Usage**: Educational, accessibility, and cultural preservation
401
 
402
  ### 🎭 Available Speakers:
403
+ {" ".join(SPEAKER_NAMES)}
404
 
405
  **License**: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)
406