pantelnm commited on
Commit
f2e3cc8
·
verified ·
1 Parent(s): ae215a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -55,10 +55,10 @@ async def main():
55
  os.unlink(output_file) # Delete the temporary file
56
 
57
  # List Available Voices
58
- st.header("Available Voices")
59
- for language, speakers in processed_voices.items():
60
- st.subheader(language)
61
- st.write(", ".join(speakers.keys()))
62
 
63
  if __name__ == '__main__':
64
  asyncio.run(main())
 
55
  os.unlink(output_file) # Delete the temporary file
56
 
57
  # List Available Voices
58
+ # st.header("Available Voices")
59
+ # for language, speakers in processed_voices.items():
60
+ # st.subheader(language)
61
+ # st.write(", ".join(speakers.keys()))
62
 
63
  if __name__ == '__main__':
64
  asyncio.run(main())