maguid28 commited on
Commit
6e34304
·
1 Parent(s): 6645d45

Changed Description to reflect issues with running app in Hugging Face Spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +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
  ),
73
  )
74
 
 
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