fffiloni commited on
Commit
0b957aa
Β·
1 Parent(s): b6e8417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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