Update app.py
Browse files
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=
|
|
|
|
| 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)
|