mr2along commited on
Commit
bb8ed3e
1 Parent(s): 582ce9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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')