Rich Gregson commited on
Commit
0c355c5
1 Parent(s): 8c9c4e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -181,7 +181,14 @@ with block:
181
  btn = gr.Button("Transcribe")
182
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
183
  with gr.Group(elem_id="share-btn-container"):
184
- btn.click(inference, inputs=[audio], outputs=[text])
 
 
 
 
 
 
 
185
 
186
  gr.HTML('''
187
  <div class="footer">
 
181
  btn = gr.Button("Transcribe")
182
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
183
  with gr.Group(elem_id="share-btn-container"):
184
+ community_icon = gr.HTML(community_icon_html, visible=False)
185
+ loading_icon = gr.HTML(loading_icon_html, visible=False)
186
+ share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
187
+
188
+
189
+
190
+
191
+ btn.click(inference, inputs=[audio], outputs=[text])
192
 
193
  gr.HTML('''
194
  <div class="footer">