Spaces:
Runtime error
Runtime error
Remove share buttons
Browse files
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)
|