Spaces:
Running
Running
jhj0517
commited on
Commit
·
cf47adf
1
Parent(s):
89c7fee
Update README about python version
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`, `python >= 3.10`, `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/)
|
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 |
|