Spaces:
Running
on
Zero
Running
on
Zero
Update web_demo.py
Browse files- web_demo.py +2 -1
web_demo.py
CHANGED
@@ -278,7 +278,8 @@ def _launch_demo(model, tokenizer, audio_tokenizer):
|
|
278 |
</font>
|
279 |
<font size=3>
|
280 |
<p>
|
281 |
-
The deployment of the VITA-Audio-Plus-Vanilla model employs a non-streaming deployment approach.
|
|
|
282 |
</p>
|
283 |
</font>
|
284 |
</center>
|
|
|
278 |
</font>
|
279 |
<font size=3>
|
280 |
<p>
|
281 |
+
The deployment of the VITA-Audio-Plus-Vanilla model employs a non-streaming deployment approach.
|
282 |
+
For the ASR and TTS tasks, only single-turn dialogues are supported. In the Spoken QA task, generated text is used as dialogue history to reduce the context length.
|
283 |
</p>
|
284 |
</font>
|
285 |
</center>
|