Spaces:
Runtime error
Runtime error
Commit
·
568023a
1
Parent(s):
82552c6
Update app.py
Browse files
app.py
CHANGED
@@ -765,7 +765,7 @@ def main():
|
|
765 |
prompt_file_4 = prompt_output_2
|
766 |
with gr.Column():
|
767 |
text_output_4 = gr.TextArea(label="Message", visible=False)
|
768 |
-
audio_output_4 = gr.Audio(label="为您合成的专属语音", elem_id="tts-audio", interactive=False)
|
769 |
|
770 |
|
771 |
radio = gr.Radio(
|
|
|
765 |
prompt_file_4 = prompt_output_2
|
766 |
with gr.Column():
|
767 |
text_output_4 = gr.TextArea(label="Message", visible=False)
|
768 |
+
audio_output_4 = gr.Audio(label="为您合成的专属语音", elem_id="tts-audio", type="filepath", interactive=False)
|
769 |
|
770 |
|
771 |
radio = gr.Radio(
|