Spaces:
Running
Running
Kristian Stangeland
commited on
Commit
•
bf299de
1
Parent(s):
de7a3ac
Update requirements and README
Browse files- README.md +1 -1
- requirements.txt +2 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
14 |
|
15 |
# Running Locally
|
16 |
|
17 |
-
To run this program locally, first install Python 3.9+ and Git. Then install Pytorch 10.1 and all the dependencies:
|
18 |
```
|
19 |
pip install -r requirements.txt
|
20 |
```
|
|
|
14 |
|
15 |
# Running Locally
|
16 |
|
17 |
+
To run this program locally, first install Python 3.9+ and Git. Then install Pytorch 10.1+ and all the other dependencies:
|
18 |
```
|
19 |
pip install -r requirements.txt
|
20 |
```
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
transformers
|
3 |
-
ffmpeg-python==0.2.0
|
|
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
transformers
|
3 |
+
ffmpeg-python==0.2.0
|
4 |
+
gradio
|