Spaces:
Running
Running
Commit
·
21ba490
1
Parent(s):
6bd1c96
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,9 +184,9 @@ with app:
|
|
| 184 |
as_audio_submit = gr.Button("去除背景音吧", variant="primary")
|
| 185 |
|
| 186 |
with gr.Column():
|
| 187 |
-
ydl_audio_output = gr.Audio(label="歌曲原声", interactive=
|
| 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 |
|
|
|
|
| 184 |
as_audio_submit = gr.Button("去除背景音吧", variant="primary")
|
| 185 |
|
| 186 |
with gr.Column():
|
| 187 |
+
ydl_audio_output = gr.Audio(label="歌曲原声", interactive=True)
|
| 188 |
as_audio_input = ydl_audio_output
|
| 189 |
+
as_audio_vocals = gr.Audio(label="歌曲人声部分", type="filepath", interactive=False)
|
| 190 |
as_audio_no_vocals = gr.Audio(label="歌曲伴奏部分", type="filepath", visible=False)
|
| 191 |
as_audio_message = gr.Textbox(label="Message", visible=False)
|
| 192 |
|