Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
|
|
85 |
infer_btn = gr.Button("Generate")
|
86 |
lpmc_cap = gr.Textbox(label="Lp Music Caps caption")
|
87 |
llama_trans_cap = gr.Textbox(label="Llama translation")
|
88 |
-
img_result = gr.
|
89 |
|
90 |
infer_btn.click(fn=infer, inputs=[audio_input], outputs=[lpmc_cap, llama_trans_cap, img_result])
|
91 |
|
|
|
85 |
infer_btn = gr.Button("Generate")
|
86 |
lpmc_cap = gr.Textbox(label="Lp Music Caps caption")
|
87 |
llama_trans_cap = gr.Textbox(label="Llama translation")
|
88 |
+
img_result = gr.Image(label="Result")
|
89 |
|
90 |
infer_btn.click(fn=infer, inputs=[audio_input], outputs=[lpmc_cap, llama_trans_cap, img_result])
|
91 |
|