Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
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)
|
121 |
loading_icon = gr.HTML(loading_icon_html)
|
|
|
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", elem_id="clean-btn", visible=False)
|
119 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
120 |
community_icon = gr.HTML(community_icon_html)
|
121 |
loading_icon = gr.HTML(loading_icon_html)
|