Spaces:
Running
Running
kevinwang676
commited on
Commit
•
6a88c30
1
Parent(s):
c7dbbf3
Update app_multi.py
Browse files- app_multi.py +1 -1
app_multi.py
CHANGED
@@ -634,7 +634,7 @@ with app:
|
|
634 |
input_audio = as_audio_vocals
|
635 |
vc_convert_btn = gr.Button('进行歌声转换吧!', variant='primary')
|
636 |
full_song = gr.Button("加入歌曲伴奏吧!", variant="primary")
|
637 |
-
new_song = gr.Audio(label="
|
638 |
|
639 |
with gr.Tab('🎙️ - 文本转语音'):
|
640 |
tts_input = gr.TextArea(
|
|
|
634 |
input_audio = as_audio_vocals
|
635 |
vc_convert_btn = gr.Button('进行歌声转换吧!', variant='primary')
|
636 |
full_song = gr.Button("加入歌曲伴奏吧!", variant="primary")
|
637 |
+
new_song = gr.Audio(label="AI歌手+伴奏", type="filepath")
|
638 |
|
639 |
with gr.Tab('🎙️ - 文本转语音'):
|
640 |
tts_input = gr.TextArea(
|