chong.zhang commited on
Commit
9f69f20
·
1 Parent(s): 9ef0154
Files changed (1) hide show
  1. app.py +1 -1
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", sample_rate=24000)
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():