Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with block:
|
|
242 |
btn = gr.Button("Transcribe")
|
243 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
244 |
# added rText below
|
245 |
-
|
246 |
with gr.Group(elem_id="share-btn-container"):
|
247 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
248 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
|
|
242 |
btn = gr.Button("Transcribe")
|
243 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
244 |
# added rText below
|
245 |
+
rText = gr.Textbox(show_label=False, elem_id="result-textarea")
|
246 |
with gr.Group(elem_id="share-btn-container"):
|
247 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
248 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|