Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def download_youtube_audio(url):
|
|
50 |
|
51 |
return output_path
|
52 |
|
53 |
-
|
54 |
def transcribe_audio(file_path):
|
55 |
print(f"Starting transcription of file: {file_path}")
|
56 |
temp_audio = None
|
|
|
50 |
|
51 |
return output_path
|
52 |
|
53 |
+
|
54 |
def transcribe_audio(file_path):
|
55 |
print(f"Starting transcription of file: {file_path}")
|
56 |
temp_audio = None
|