Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -108,12 +108,22 @@ Offline Streamlit app:
|
|
| 108 |
streamlit run inference/offline_app.py
|
| 109 |
```
|
| 110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
Streaming Streamlit app:
|
| 112 |
|
| 113 |
```bash
|
| 114 |
streamlit run inference/streaming_app.py
|
| 115 |
```
|
| 116 |
|
|
|
|
|
|
|
| 117 |
Command-line examples:
|
| 118 |
|
| 119 |
```bash
|
|
|
|
| 108 |
streamlit run inference/offline_app.py
|
| 109 |
```
|
| 110 |
|
| 111 |
+
Recommended streaming inference:
|
| 112 |
+
|
| 113 |
+
```bash
|
| 114 |
+
python inference/streaming.py
|
| 115 |
+
```
|
| 116 |
+
|
| 117 |
+
Use this terminal script for the fastest realtime performance. It runs the speed test before audio IO, selects a streamable inference-step setting, and lets you switch target styles by typing a target index.
|
| 118 |
+
|
| 119 |
Streaming Streamlit app:
|
| 120 |
|
| 121 |
```bash
|
| 122 |
streamlit run inference/streaming_app.py
|
| 123 |
```
|
| 124 |
|
| 125 |
+
Use this when you want browser-based target selection, audio device selection, live status, and speed-test visualization. It has the same core streaming functionality, but is slower because of Streamlit overhead.
|
| 126 |
+
|
| 127 |
Command-line examples:
|
| 128 |
|
| 129 |
```bash
|