jhj0517 commited on
Commit
b7e701b
·
unverified ·
1 Parent(s): f0ad15b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -22,8 +22,8 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research
22
  - Translate subtitle files using DeepL API
23
 
24
  # Installation and Running
25
- - # On Windows OS
26
- ## Prerequisite
27
  To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `CUDA` version above 12.0 and `FFmpeg`.
28
 
29
  Please follow the links below to install the necessary software:
@@ -34,7 +34,7 @@ Please follow the links below to install the necessary software:
34
 
35
  After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
36
 
37
- ## Automatic Installation
38
  If you have satisfied the prerequisites listed above, you are now ready to start Whisper-WebUI.
39
 
40
  1. Run `Install.bat` from Windows Explorer as a regular, non-administrator user. ( Run `install.sh` if you are using Mac )
@@ -45,7 +45,7 @@ If you have satisfied the prerequisites listed above, you are now ready to start
45
 
46
  And you can also run the project with command line arguments if you like by running `user-start-webui.bat`, see [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for a guide to arguments.
47
 
48
- - # Or Using Docker
49
 
50
  1. Build the image
51
 
 
22
  - Translate subtitle files using DeepL API
23
 
24
  # Installation and Running
25
+ - ## On Windows OS
26
+ ### Prerequisite
27
  To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `CUDA` version above 12.0 and `FFmpeg`.
28
 
29
  Please follow the links below to install the necessary software:
 
34
 
35
  After installing FFmpeg, **make sure to add the `FFmpeg/bin` folder to your system PATH!**
36
 
37
+ ### Automatic Installation
38
  If you have satisfied the prerequisites listed above, you are now ready to start Whisper-WebUI.
39
 
40
  1. Run `Install.bat` from Windows Explorer as a regular, non-administrator user. ( Run `install.sh` if you are using Mac )
 
45
 
46
  And you can also run the project with command line arguments if you like by running `user-start-webui.bat`, see [wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments) for a guide to arguments.
47
 
48
+ - ## Docker ( On Other OS )
49
 
50
  1. Build the image
51