Spaces:
Running
Running
Commit
·
6bd1c96
1
Parent(s):
9f128a7
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ with app:
|
|
186 |
with gr.Column():
|
187 |
ydl_audio_output = gr.Audio(label="歌曲原声", interactive=False)
|
188 |
as_audio_input = ydl_audio_output
|
189 |
-
as_audio_vocals = gr.Audio(label="歌曲人声部分", type="filepath", interactive=
|
190 |
as_audio_no_vocals = gr.Audio(label="歌曲伴奏部分", type="filepath", visible=False)
|
191 |
as_audio_message = gr.Textbox(label="Message", visible=False)
|
192 |
|
|
|
186 |
with gr.Column():
|
187 |
ydl_audio_output = gr.Audio(label="歌曲原声", interactive=False)
|
188 |
as_audio_input = ydl_audio_output
|
189 |
+
as_audio_vocals = gr.Audio(label="歌曲人声部分", type="filepath", interactive=True)
|
190 |
as_audio_no_vocals = gr.Audio(label="歌曲伴奏部分", type="filepath", visible=False)
|
191 |
as_audio_message = gr.Textbox(label="Message", visible=False)
|
192 |
|