Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ with block:
|
|
252 |
|
253 |
|
254 |
btn.click(inference, inputs=[audio], outputs=[text, rText, community_icon, loading_icon, share_button])
|
255 |
-
share_button.click(None,
|
256 |
|
257 |
gr.HTML('''
|
258 |
<div class="footer">
|
|
|
252 |
|
253 |
|
254 |
btn.click(inference, inputs=[audio], outputs=[text, rText, community_icon, loading_icon, share_button])
|
255 |
+
share_button.click(None, [], [], [], _js=share_js)
|
256 |
|
257 |
gr.HTML('''
|
258 |
<div class="footer">
|