Spaces:
Running
on
Zero
Running
on
Zero
chong.zhang
commited on
Commit
·
9f69f20
1
Parent(s):
9ef0154
update
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def main():
|
|
182 |
|
183 |
audio_input = gr.Audio(
|
184 |
label="Input Audio Prompt (For Music Continuation Task)",
|
185 |
-
type="filepath"
|
186 |
music_output = gr.Audio(label="Generated Music", type="filepath", autoplay=True, show_download_button = True)
|
187 |
|
188 |
with gr.Row():
|
|
|
182 |
|
183 |
audio_input = gr.Audio(
|
184 |
label="Input Audio Prompt (For Music Continuation Task)",
|
185 |
+
type="filepath")
|
186 |
music_output = gr.Audio(label="Generated Music", type="filepath", autoplay=True, show_download_button = True)
|
187 |
|
188 |
with gr.Row():
|