Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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=[
|