wendys-llc commited on
Commit
59d696e
1 Parent(s): b2250a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -174,6 +174,5 @@ with gr.Blocks(css=CSS) as block:
174
  inputs=[input_image, input_mode],
175
  outputs=[output_text]
176
  )
177
- share_button.click(None, [], [], _js=share_js)
178
 
179
  block.queue(max_size=64).launch(show_api=False)
 
174
  inputs=[input_image, input_mode],
175
  outputs=[output_text]
176
  )
 
177
 
178
  block.queue(max_size=64).launch(show_api=False)