jerrypan7 commited on
Commit
6a459fd
·
verified ·
1 Parent(s): a69811c

Update app.py

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