Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Whisper-WebUI
|
| 2 |
A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper). You can use it as an Easy Subtitle Generator!
|
| 3 |
|
|
@@ -114,4 +117,4 @@ This is Whisper's original VRAM usage table for models.
|
|
| 114 |
- [x] Integrate with whisperX ( Only speaker diarization part )
|
| 115 |
- [x] Add background music separation pre-processing with [UVR](https://github.com/Anjok07/ultimatevocalremovergui)
|
| 116 |
- [ ] Add fast api script
|
| 117 |
-
- [ ] Support real-time transcription for microphone
|
|
|
|
| 1 |
+
---
|
| 2 |
+
sdk: gradio
|
| 3 |
+
---
|
| 4 |
# Whisper-WebUI
|
| 5 |
A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper). You can use it as an Easy Subtitle Generator!
|
| 6 |
|
|
|
|
| 117 |
- [x] Integrate with whisperX ( Only speaker diarization part )
|
| 118 |
- [x] Add background music separation pre-processing with [UVR](https://github.com/Anjok07/ultimatevocalremovergui)
|
| 119 |
- [ ] Add fast api script
|
| 120 |
+
- [ ] Support real-time transcription for microphone
|