Spaces:
Running
Running
jhj0517
commited on
Commit
·
1f5a277
1
Parent(s):
4587e55
Downgrade 3.13
Browse files
README.md
CHANGED
@@ -70,12 +70,12 @@ If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper
|
|
70 |
- ## Run Locally
|
71 |
|
72 |
### Prerequisite
|
73 |
-
To run this WebUI, you need to have `git`, `python
|
74 |
And if you're not using an Nvida GPU, or using a different `CUDA` version than 12.4, edit the [`requirements.txt`](https://github.com/jhj0517/Whisper-WebUI/blob/master/requirements.txt) to match your environment.
|
75 |
|
76 |
Please follow the links below to install the necessary software:
|
77 |
- git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
|
78 |
-
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/)
|
79 |
- FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
|
80 |
- CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
|
81 |
|
|
|
70 |
- ## Run Locally
|
71 |
|
72 |
### Prerequisite
|
73 |
+
To run this WebUI, you need to have `git`, `3.10 <= python <= 3.12`, `FFmpeg`. <br>
|
74 |
And if you're not using an Nvida GPU, or using a different `CUDA` version than 12.4, edit the [`requirements.txt`](https://github.com/jhj0517/Whisper-WebUI/blob/master/requirements.txt) to match your environment.
|
75 |
|
76 |
Please follow the links below to install the necessary software:
|
77 |
- git : [https://git-scm.com/downloads](https://git-scm.com/downloads)
|
78 |
+
- python : [https://www.python.org/downloads/](https://www.python.org/downloads/) **`3.10~3.12` is recommended.**
|
79 |
- FFmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
|
80 |
- CUDA : [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
|
81 |
|