Kvikontent commited on
Commit
edbdec5
·
1 Parent(s): 8a769c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ description = "Generate music based on the provided prompt using Facebook's musi
22
  iface = gr.Interface(
23
  fn=generate_music,
24
  inputs=gr.Textbox(lines=3, label="Enter music prompt"),
25
- outputs=gr.Audio(type="bytes", label="Generated Music"),
26
  title=title,
27
  description=description
28
  )
 
22
  iface = gr.Interface(
23
  fn=generate_music,
24
  inputs=gr.Textbox(lines=3, label="Enter music prompt"),
25
+ outputs=gr.Audio(type="numpy", label="Generated Music"),
26
  title=title,
27
  description=description
28
  )