Rich Gregson commited on
Commit
f2a388e
1 Parent(s): 208ea54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -168,9 +168,9 @@ with block:
168
  </div>
169
  """
170
  )
171
- with gr.Group():
172
- with gr.Box():
173
- with gr.Row().style(mobile_collapse=False, equal_height=True):
174
  audio = gr.Audio(
175
  label="Input Audio",
176
  show_label=False,
@@ -189,7 +189,7 @@ with gr.Group():
189
 
190
 
191
  btn.click(inference, inputs=[audio], outputs=[text, community_icon, loading_icon, share_button])
192
- share_button.click(None, [], [], _js=share_js)
193
 
194
  gr.HTML('''
195
  <div class="footer">
 
168
  </div>
169
  """
170
  )
171
+ with gr.Group():
172
+ with gr.Box():
173
+ with gr.Row().style(mobile_collapse=False, equal_height=True):
174
  audio = gr.Audio(
175
  label="Input Audio",
176
  show_label=False,
 
189
 
190
 
191
  btn.click(inference, inputs=[audio], outputs=[text, community_icon, loading_icon, share_button])
192
+ share_button.click(None, [], [], _js=share_js)
193
 
194
  gr.HTML('''
195
  <div class="footer">