strelizi commited on
Commit
61238f0
·
verified ·
1 Parent(s): c96952a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,4 +263,4 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Base(), title="Explainable AI") a
263
  predict_btn.click(fn=predict_and_explain, inputs=[input_image], outputs=[output_text, output_image, detailed_heatmap])
264
 
265
  if __name__ == "__main__":
266
- demo.launch(share=True, show_error=True)
 
263
  predict_btn.click(fn=predict_and_explain, inputs=[input_image], outputs=[output_text, output_image, detailed_heatmap])
264
 
265
  if __name__ == "__main__":
266
+ demo.launch(share=False, show_error=True)