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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,8 +26,8 @@ A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper
26
  - ## Run Locally
27
 
28
  ### Prerequisite
29
- To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `FFmpeg`<BR>
30
- And 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)
@@ -37,7 +37,7 @@ A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper
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)
 
26
  - ## Run Locally
27
 
28
  ### Prerequisite
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)
 
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)