aadnk commited on
Commit
02edf9e
1 Parent(s): 71950a8

Improve README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 "full" version of the app:
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
  ```