khalidey commited on
Commit
6fd1a76
1 Parent(s): 0d592e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def convert_to_wav(path):
28
  segment = sound.subclip(0, int(sound.duration))
29
  segment.write_audiofile(f"segment.wav")
30
 
31
- return f"segment.wav"os.path.join(os.getcwd(), 'segment.wav')
32
 
33
  def youtube_transcribe(url):
34
 
 
28
  segment = sound.subclip(0, int(sound.duration))
29
  segment.write_audiofile(f"segment.wav")
30
 
31
+ return f"segment.wav"
32
 
33
  def youtube_transcribe(url):
34