Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ with gr.Blocks() as demo:
|
|
18 |
with gr.Row():
|
19 |
with gr.Column():
|
20 |
input_img = gr.Image(type="filepath")
|
21 |
-
generate = gr.Button("Generate Music from Image"
|
22 |
with gr.Column():
|
23 |
music_output = gr.Audio(label="Result")
|
24 |
generate.click(get_prompts, inputs=[input_img], outputs=[music_output]
|
|
|
18 |
with gr.Row():
|
19 |
with gr.Column():
|
20 |
input_img = gr.Image(type="filepath")
|
21 |
+
generate = gr.Button("Generate Music from Image")
|
22 |
with gr.Column():
|
23 |
music_output = gr.Audio(label="Result")
|
24 |
generate.click(get_prompts, inputs=[input_img], outputs=[music_output]
|