mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-29 02:10:59 +08:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user