Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
49 |
caption_output = gr.Textbox(label="Caption", lines=1, visible=False, elem_id="text-caption")
|
50 |
sound_output = gr.Video(label="Result", elem_id="sound-output")
|
51 |
|
52 |
-
generate = gr.Button("Generate
|
53 |
|
54 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
55 |
community_icon = gr.HTML(community_icon_html)
|
|
|
49 |
caption_output = gr.Textbox(label="Caption", lines=1, visible=False, elem_id="text-caption")
|
50 |
sound_output = gr.Video(label="Result", elem_id="sound-output")
|
51 |
|
52 |
+
generate = gr.Button("Generate SFX from Image")
|
53 |
|
54 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
55 |
community_icon = gr.HTML(community_icon_html)
|