Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|