Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
75 |
gr.HTML(title)
|
76 |
|
77 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
78 |
-
manual_cap = gr.Textbox(label="Image description (optional)")
|
79 |
caption_output = gr.Textbox(label="Caption", lines=1, visible=False, elem_id="text-caption")
|
80 |
sound_output = gr.Audio(label="Result", elem_id="sound-output")
|
81 |
|
|
|
75 |
gr.HTML(title)
|
76 |
|
77 |
input_img = gr.Image(type="filepath", elem_id="input-img")
|
78 |
+
manual_cap = gr.Textbox(label="Manual Image description (optional)", placeholder="If you're not happy with sound result, you can manually describe the scene depicted in your image :)")
|
79 |
caption_output = gr.Textbox(label="Caption", lines=1, visible=False, elem_id="text-caption")
|
80 |
sound_output = gr.Audio(label="Result", elem_id="sound-output")
|
81 |
|