Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
307 |
</div>""")
|
308 |
|
309 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
310 |
-
prompts_out = gr.Textbox(label="Text Captions", visible=False, info="If player do not work, try to copy/paste the link in a new browser window")
|
311 |
music_output = gr.Audio(label="Result", type="filepath", elem_id="music-output").style(height="5rem")
|
312 |
#music_url = gr.Textbox(max_lines=1, info="If player do not work, try to copy/paste the link in a new browser window")
|
313 |
#text_status = gr.Textbox(label="status")
|
|
|
307 |
</div>""")
|
308 |
|
309 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
310 |
+
prompts_out = gr.Textbox(label="Text Captions", visible=False, elem_id="prompts_out", info="If player do not work, try to copy/paste the link in a new browser window")
|
311 |
music_output = gr.Audio(label="Result", type="filepath", elem_id="music-output").style(height="5rem")
|
312 |
#music_url = gr.Textbox(max_lines=1, info="If player do not work, try to copy/paste the link in a new browser window")
|
313 |
#text_status = gr.Textbox(label="status")
|