Spaces:
Runtime error
Runtime error
Commit
·
0edbcd1
1
Parent(s):
59fe5e1
add: demo vid
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
# Youtube-Whisper
|
2 |
A simple Gradio app that transcribes YouTube videos by extracting audio and using OpenAI’s Whisper model for transcription. Paste a YouTube link and get the video’s audio transcribed into text.
|
3 |
|
|
|
|
|
|
|
|
|
|
|
4 |
## Requirements
|
5 |
|
6 |
- Conda installed (for managing environments)
|
|
|
1 |
# Youtube-Whisper
|
2 |
A simple Gradio app that transcribes YouTube videos by extracting audio and using OpenAI’s Whisper model for transcription. Paste a YouTube link and get the video’s audio transcribed into text.
|
3 |
|
4 |
+
<div align="center">
|
5 |
+
<video
|
6 |
+
src="https://github.com/danilotpnta/youtube-whisper/assets/70687643/1ecca6a8-ee29-4e84-b012-37a8fe3e05c0" loop autoplay muted playsinline></video>
|
7 |
+
</div>
|
8 |
+
|
9 |
## Requirements
|
10 |
|
11 |
- Conda installed (for managing environments)
|