Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🎙️
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
@@ -19,4 +19,4 @@ This Gradio app downloads a public YouTube or Vimeo video, extracts its audio, a
|
|
19 |
4. A Hugging Face pipeline (`superb/wav2vec2-base-superb-sid`) predicts a speaker ID and confidence.
|
20 |
5. Temporary files are cleaned up automatically.
|
21 |
|
22 |
-
> **Note:** You must have `ffmpeg` installed and on your PATH. If `yt-dlp` is missing, the script will install it at runtime.
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.32.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
19 |
4. A Hugging Face pipeline (`superb/wav2vec2-base-superb-sid`) predicts a speaker ID and confidence.
|
20 |
5. Temporary files are cleaned up automatically.
|
21 |
|
22 |
+
> **Note:** You must have `ffmpeg` installed and on your PATH. If `yt-dlp` is missing, the script will install it at runtime.
|