mishig HF staff commited on
Commit
3bb7ca9
1 Parent(s): ebee332

Make the share button functionable

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -82,6 +82,7 @@ with gr.Blocks(css=css) as demo:
82
  ],
83
  outputs = sd_output
84
  )
 
85
 
86
 
87
 
 
82
  ],
83
  outputs = sd_output
84
  )
85
+ share_button.click(None, [], [], _js=share_js)
86
 
87
 
88