cnph001 commited on
Commit
13280d7
·
verified ·
1 Parent(s): 027d5d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import edge_tts
4
  import asyncio
5
  import tempfile
6
  import os
 
7
 
8
  # Get all available voices
9
  async def get_voices():
 
4
  import asyncio
5
  import tempfile
6
  import os
7
+ import re # Import the regular expression module
8
 
9
  # Get all available voices
10
  async def get_voices():