LAP-DEV commited on
Commit
c202b1e
·
verified ·
1 Parent(s): 6799b88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -29,19 +29,19 @@ A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper
29
  To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`.<BR>
30
  If you're not using an Nvida GPU, or using a different `CUDA` version than 12.4, edit the **file requirements.txt** to match your environment.
31
 
32
- Please follow the links below to install the necessary software:
33
- - git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
34
- - python : [https://www.python.org/downloads/](https://www.python.org/downloads/)
35
- - FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
36
- - CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
37
 
38
  After installing FFmpeg, make sure to **add** the `FFmpeg/bin` folder to your system **PATH**
39
 
40
  ### Installation using the script files
41
 
42
- 1. Download the the repository and extract its contents
43
- 2. Run `install.bat` or `install.sh` to install dependencies (It will create a `venv` directory and install dependencies there)
44
- 3. Start WebUI with `start-webui.bat` or `start-webui.sh` (It will run `python app.py` after activating the venv)
45
 
46
  - ## Running with Docker
47
 
 
29
  To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`.<BR>
30
  If you're not using an Nvida GPU, or using a different `CUDA` version than 12.4, edit the **file requirements.txt** to match your environment.
31
 
32
+ Please follow the links below to install the necessary software:
33
+ - git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
34
+ - python : [https://www.python.org/downloads/](https://www.python.org/downloads/)
35
+ - FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
36
+ - CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
37
 
38
  After installing FFmpeg, make sure to **add** the `FFmpeg/bin` folder to your system **PATH**
39
 
40
  ### Installation using the script files
41
 
42
+ 1. Download the the repository and extract its contents
43
+ 2. Run `install.bat` or `install.sh` to install dependencies (It will create a `venv` directory and install dependencies there)
44
+ 3. Start WebUI with `start-webui.bat` or `start-webui.sh` (It will run `python app.py` after activating the venv)
45
 
46
  - ## Running with Docker
47