Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
275 |
|
276 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
277 |
music_output = gr.Audio(label="Result", type="filepath", elem_id="music-output").style(height="5rem")
|
278 |
-
music_url = gr.Textbox(info="If player do not work, try to copy/paste the link in a new browser window")
|
279 |
#text_status = gr.Textbox(label="status")
|
280 |
with gr.Group(elem_id="share-btn-container"):
|
281 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
|
|
275 |
|
276 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
277 |
music_output = gr.Audio(label="Result", type="filepath", elem_id="music-output").style(height="5rem")
|
278 |
+
music_url = gr.Textbox(max_lines=1, info="If player do not work, try to copy/paste the link in a new browser window")
|
279 |
#text_status = gr.Textbox(label="status")
|
280 |
with gr.Group(elem_id="share-btn-container"):
|
281 |
community_icon = gr.HTML(community_icon_html, visible=False)
|