Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,8 +148,8 @@ if __name__ == "__main__":
|
|
| 148 |
btn = gr.Button("生成", variant="primary")
|
| 149 |
with gr.Column():
|
| 150 |
text_output = gr.Textbox(label="Message")
|
| 151 |
-
audio_output = gr.Audio(label="
|
| 152 |
-
MP3_output = gr.File(label="
|
| 153 |
gr.Markdown(value="""
|
| 154 |
|
| 155 |
""")
|
|
|
|
| 148 |
btn = gr.Button("生成", variant="primary")
|
| 149 |
with gr.Column():
|
| 150 |
text_output = gr.Textbox(label="Message")
|
| 151 |
+
audio_output = gr.Audio(label="试听")
|
| 152 |
+
MP3_output = gr.File(label="下载")
|
| 153 |
gr.Markdown(value="""
|
| 154 |
|
| 155 |
""")
|