Spaces:
Running
Running
jhj0517
commited on
Commit
·
f0ad15b
1
Parent(s):
6227586
edit README
Browse files
README.md
CHANGED
@@ -22,6 +22,7 @@ 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 |
## Prerequisite
|
26 |
To run this WebUI, you need to have `git`, `python` version 3.8 ~ 3.10, `CUDA` version above 12.0 and `FFmpeg`.
|
27 |
|
@@ -44,7 +45,7 @@ If you have satisfied the prerequisites listed above, you are now ready to start
|
|
44 |
|
45 |
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.
|
46 |
|
47 |
-
|
48 |
|
49 |
1. Build the image
|
50 |
|
|
|
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 |
|
|
|
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 |
|