crypto-code commited on
Commit
ac67fcd
β€’
1 Parent(s): 1a96fe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ with gr.Blocks() as demo:
319
  ["Generate a music to match the mood of the black and white image", "./examples/sad.jpeg", None, None],
320
  ["Generate a music using the instrument in the image", "./examples/guitar.jpeg", None, None],
321
  ["Replace the piano in the music with an acoustic guitar", None, "./examples/piano.mp3", None],
322
- ["Extract the drums from the following music", None, "./examples/drums.mp3", None]]])
323
 
324
  submitBtn.click(
325
  predict, [
 
319
  ["Generate a music to match the mood of the black and white image", "./examples/sad.jpeg", None, None],
320
  ["Generate a music using the instrument in the image", "./examples/guitar.jpeg", None, None],
321
  ["Replace the piano in the music with an acoustic guitar", None, "./examples/piano.mp3", None],
322
+ ["Extract the drums from the following music", None, "./examples/drums.mp3", None]])
323
 
324
  submitBtn.click(
325
  predict, [