Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def run_asr(audio_file, youtube_url):
|
|
84 |
temp_file = None
|
85 |
with_timestamp=False
|
86 |
model_choice = "local_whisper"
|
87 |
-
|
88 |
try:
|
89 |
if last_modified == 2 and youtube_url:
|
90 |
# It's a YouTube URL
|
|
|
84 |
temp_file = None
|
85 |
with_timestamp=False
|
86 |
model_choice = "local_whisper"
|
87 |
+
print ( "audio_file local_whisper ",audio_file, youtube_url )
|
88 |
try:
|
89 |
if last_modified == 2 and youtube_url:
|
90 |
# It's a YouTube URL
|