jhj0517 commited on
Commit
3df8e1c
1 Parent(s): 20d4e64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,8 +1,11 @@
1
  # Whisper-WebUI
2
- A Gradio-based browser interface for Whisper. You can use it as an Easy Subtitle Generator!
3
 
4
  ![Whisper WebUI](https://github.com/jhj0517/Whsiper-WebUI/blob/master/screenshot.png)
5
 
 
 
 
6
  ## Notebook
7
  If you wish to try this on Colab, you can do it in [here](https://colab.research.google.com/github/jhj0517/Whisper-WebUI/blob/master/notebook/whisper-webui.ipynb)!
8
 
 
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
 
4
  ![Whisper WebUI](https://github.com/jhj0517/Whsiper-WebUI/blob/master/screenshot.png)
5
 
6
+ ### About large-v3
7
+ large-v3 model has newly added on 23-11-07. large-v3 can not be used in [faster-whsiper](https://github.com/guillaumekln/faster-whisper) now, so set `DISABLE_FASTER_WHISPER` to true in `user-start-webui.bat` file if you want to use large-v3.
8
+
9
  ## Notebook
10
  If you wish to try this on Colab, you can do it in [here](https://colab.research.google.com/github/jhj0517/Whisper-WebUI/blob/master/notebook/whisper-webui.ipynb)!
11