Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|