Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,6 @@ examples=["filibe-1-1.jpg",
|
|
74 |
"varna-1-1.jpg"]
|
75 |
|
76 |
|
77 |
-
demo = gr.Interface(fn=gradcam, inputs=image, outputs=[label,
|
78 |
|
79 |
demo.launch(inline=False)
|
|
|
74 |
"varna-1-1.jpg"]
|
75 |
|
76 |
|
77 |
+
demo = gr.Interface(fn=gradcam, inputs=image, outputs=[label, "image"], examples=examples)
|
78 |
|
79 |
demo.launch(inline=False)
|