michaelpiro1 commited on
Commit
24bfe60
·
verified ·
1 Parent(s): bf5fbcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def main():
18
 
19
  with gr.Row():
20
  with gr.Column():
21
- audio_file = gr.Audio(type="file", label="Choose an audio file")
22
  model_choice = gr.Radio(choices=['AudioLDM2', 'StableAudio'], label='Choose a model for processing')
23
  prompt_text = gr.Textbox(label='Enter a prompt for the audio processing')
24
  start_point = gr.Slider(0.0, 60.0, 0.0, step=1.0, label='Choose a starting point for the audio (seconds)')
 
18
 
19
  with gr.Row():
20
  with gr.Column():
21
+ audio_file = gr.Audio(type="numpy", label="Choose an audio file")
22
  model_choice = gr.Radio(choices=['AudioLDM2', 'StableAudio'], label='Choose a model for processing')
23
  prompt_text = gr.Textbox(label='Enter a prompt for the audio processing')
24
  start_point = gr.Slider(0.0, 60.0, 0.0, step=1.0, label='Choose a starting point for the audio (seconds)')