Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
114 |
gpt_response = gr.Video(label="Talking Portrait response", elem_id="video_out")
|
115 |
whisper_tr = gr.Textbox(label="whisper english translation", elem_id="text_inp", visible=False)
|
116 |
|
117 |
-
with gr.Row():
|
118 |
clean_btn = gr.Button(value="Clean", visible=False)
|
119 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
120 |
community_icon = gr.HTML(community_icon_html)
|
|
|
114 |
gpt_response = gr.Video(label="Talking Portrait response", elem_id="video_out")
|
115 |
whisper_tr = gr.Textbox(label="whisper english translation", elem_id="text_inp", visible=False)
|
116 |
|
117 |
+
with gr.Row(elem_id="secondary-buttons"):
|
118 |
clean_btn = gr.Button(value="Clean", visible=False)
|
119 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
120 |
community_icon = gr.HTML(community_icon_html)
|