Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def new_main():
|
|
| 105 |
with gr.Row():
|
| 106 |
with gr.Column():
|
| 107 |
# input_audio = gr.Audio(type="file", label="Source Audio", value="exp/lihao_01.wav")
|
| 108 |
-
input_audio = gr.Audio(type="
|
| 109 |
input_text = gr.Textbox(value="大家好,我是正在搬砖的李昊,这是一段合成音频。", label="TTS Text:")
|
| 110 |
with gr.Row():
|
| 111 |
# clear = gr.ClearButton()
|
|
|
|
| 105 |
with gr.Row():
|
| 106 |
with gr.Column():
|
| 107 |
# input_audio = gr.Audio(type="file", label="Source Audio", value="exp/lihao_01.wav")
|
| 108 |
+
input_audio = gr.Audio(type="filepath", label="Source Audio:")
|
| 109 |
input_text = gr.Textbox(value="大家好,我是正在搬砖的李昊,这是一段合成音频。", label="TTS Text:")
|
| 110 |
with gr.Row():
|
| 111 |
# clear = gr.ClearButton()
|