jykoh commited on
Commit
42908d9
β€’
1 Parent(s): b2e8964

Remove share buttons

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,8 +211,8 @@ with gr.Blocks(css=css) as demo:
211
  image_btn.upload(upload_image, [gr_state, image_btn], [gr_state, chatbot])
212
  clear_last_btn.click(reset_last, [gr_state], [gr_state, chatbot])
213
  clear_btn.click(reset, [], [gr_state, chatbot])
214
- share_button.click(None, [], [], _js=share_js)
215
- save_button.click(None, [], [], _js=save_js)
216
 
217
 
218
  demo.queue(concurrency_count=1, api_open=False, max_size=16)
 
211
  image_btn.upload(upload_image, [gr_state, image_btn], [gr_state, chatbot])
212
  clear_last_btn.click(reset_last, [gr_state], [gr_state, chatbot])
213
  clear_btn.click(reset, [], [gr_state, chatbot])
214
+ # share_button.click(None, [], [], _js=share_js)
215
+ # save_button.click(None, [], [], _js=save_js)
216
 
217
 
218
  demo.queue(concurrency_count=1, api_open=False, max_size=16)