fix(webui): stream mode noise (ref #521 #360)

This commit is contained in:
源文雨
2024-07-10 15:13:21 +09:00
parent e049abab96
commit 7ee542689d
+1 -1
View File
@@ -150,7 +150,7 @@ def main():
audio_output = gr.Audio(
label="Output Audio",
value=None,
format="mp3" if use_mp3 else "wav",
format="mp3" if use_mp3 and not stream else "wav",
autoplay=autoplay,
streaming=stream,
interactive=False,