Vignesh455 commited on
Commit
3369e9d
1 Parent(s): 3bf594e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with image_blocks as demo:
105
 
106
  btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container], api_name='run')
107
  prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container])
108
- #share_button.click(None, [], [], elem_js=share_js)
109
 
110
  gr.Examples(
111
  examples=[
 
105
 
106
  btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container], api_name='run')
107
  prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container])
108
+ share_button.click(None, [], [], elem_js=share_js)
109
 
110
  gr.Examples(
111
  examples=[