Spaces:
Running
Running
Commit
·
bc68360
1
Parent(s):
ef880b4
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with app:
|
|
202 |
btn2 = gr.Button("加入歌曲伴奏吧!", variant="primary")
|
203 |
|
204 |
with gr.Column():
|
205 |
-
out_svc = gr.Audio(label="为您生成的专属原声", type="filepath", interactive=
|
206 |
new_song = gr.Audio(label="AI歌手+伴奏", type="filepath")
|
207 |
|
208 |
btn1.click(svc, [inp_src, inp_ref, check_singing], out_svc)
|
|
|
202 |
btn2 = gr.Button("加入歌曲伴奏吧!", variant="primary")
|
203 |
|
204 |
with gr.Column():
|
205 |
+
out_svc = gr.Audio(label="为您生成的专属原声", type="filepath", interactive=True)
|
206 |
new_song = gr.Audio(label="AI歌手+伴奏", type="filepath")
|
207 |
|
208 |
btn1.click(svc, [inp_src, inp_ref, check_singing], out_svc)
|