Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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 |
|