Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ from pydub import AudioSegment
|
|
9 |
import time
|
10 |
import epitran
|
11 |
|
|
|
|
|
12 |
# Create audio directory if it doesn't exist
|
13 |
if not os.path.exists('audio'):
|
14 |
os.makedirs('audio')
|
|
|
9 |
import time
|
10 |
import epitran
|
11 |
|
12 |
+
from epitran.flite import FliteLexLookup
|
13 |
+
|
14 |
# Create audio directory if it doesn't exist
|
15 |
if not os.path.exists('audio'):
|
16 |
os.makedirs('audio')
|