Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,6 @@ from gtts import gTTS
|
|
6 |
import io
|
7 |
from pydub import AudioSegment
|
8 |
import time
|
9 |
-
print(tempfile.gettempdir())
|
10 |
-
print(gr.set_static_paths)
|
11 |
# Create audio directory if it doesn't exist
|
12 |
if not os.path.exists('audio'):
|
13 |
os.makedirs('audio')
|
|
|
6 |
import io
|
7 |
from pydub import AudioSegment
|
8 |
import time
|
|
|
|
|
9 |
# Create audio directory if it doesn't exist
|
10 |
if not os.path.exists('audio'):
|
11 |
os.makedirs('audio')
|