You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-11Lines changed: 19 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,28 @@ This package provides:
14
14
15
15
Please visit [demo page](https://haoheliu.github.io/demopage-voicefixer/) to view what voicefixer can do.
16
16
17
+
## Usage
17
18
18
-
You can test audio samples on your desktop by running website (powered by [streamlit](https://streamlit.io/))
19
-
20
-
```
21
-
# install additional web package
22
-
$ pip install streamlit
23
-
# you can run after installing voice_fixer package
24
-
$ streamlit run test/streamlit.py
19
+
Install voicefixer first:
20
+
```shell script
21
+
pip install voicefixer
25
22
```
26
23
24
+
### Desktop App
27
25
28
-
## Usage
26
+
You can test audio samples on your desktop by running website (powered by [streamlit](https://streamlit.io/))
27
+
```shell script
28
+
# Install additional web package
29
+
pip install streamlit
30
+
# Run streamlit
31
+
streamlit run test/streamlit.py
32
+
```
33
+
**Important:** When you run the above command for the first time, the web page may leave blank for several minutes for downloading models. You can checkout the terminal for downloading progresses.
0 commit comments