Spaces:
Sleeping
Sleeping
Improve README
Browse files
README.md
CHANGED
@@ -14,12 +14,12 @@ 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 |
```
|
21 |
|
22 |
-
Finally, run the
|
23 |
```
|
24 |
python app-full.py
|
25 |
```
|
|
|
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 |
```
|
21 |
|
22 |
+
Finally, run the full version (no audio length restrictions) of the app:
|
23 |
```
|
24 |
python app-full.py
|
25 |
```
|