Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
|
|
95 |
# cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
|
96 |
with gr.Column():
|
97 |
output = gr.Audio(label="Generated Music")
|
98 |
-
submit.click(predict, inputs=[uploaded_image, melody, duration
|
99 |
|
100 |
gr.Markdown(
|
101 |
"""
|
|
|
95 |
# cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
|
96 |
with gr.Column():
|
97 |
output = gr.Audio(label="Generated Music")
|
98 |
+
submit.click(predict, inputs=[uploaded_image, melody, duration], outputs=[output])
|
99 |
|
100 |
gr.Markdown(
|
101 |
"""
|