maguid28 commited on
Commit
e63547e
·
verified ·
1 Parent(s): 1f8aeb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def run_demo():
69
  "If that fails (or if 'Skip' is selected), we'll download the best "
70
  "audio track with yt-dlp, convert it to WAV (via ffmpeg), and "
71
  "then run Whisper to transcribe. Logs are displayed as it runs."
72
- "Currently does NOT run on Huggingface Spaces. Download and run locally."
73
  ),
74
  )
75
 
 
69
  "If that fails (or if 'Skip' is selected), we'll download the best "
70
  "audio track with yt-dlp, convert it to WAV (via ffmpeg), and "
71
  "then run Whisper to transcribe. Logs are displayed as it runs."
72
+ "Currently does NOT run on Hugging Face Spaces. Download and run locally."
73
  ),
74
  )
75