Spaces:
Build error
Build error
Update app.py
Browse files
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, [
|