Spaces:
Runtime error
Runtime error
OmerFarooq
commited on
Commit
•
25bda10
1
Parent(s):
67ae7bb
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ demo = gr.Interface(
|
|
116 |
fn = get_grad,
|
117 |
inputs = gr.Image(type = "pil", shape = (224,224)),
|
118 |
outputs = [gr.Image(type = "numpy", width = 320, height = 320), gr.Textbox(label = 'Prediction', info = '(threshold: 0.5)')],
|
119 |
-
description = "Visual Explanations from Deep Networks"
|
120 |
-
title = "Gradient-Weighted Class Activation Mapping (Grad-CAM)"
|
121 |
)
|
122 |
demo.launch()
|
123 |
|
|
|
116 |
fn = get_grad,
|
117 |
inputs = gr.Image(type = "pil", shape = (224,224)),
|
118 |
outputs = [gr.Image(type = "numpy", width = 320, height = 320), gr.Textbox(label = 'Prediction', info = '(threshold: 0.5)')],
|
119 |
+
description = "Visual Explanations from Deep Networks",
|
120 |
+
title = "Gradient-Weighted Class Activation Mapping (Grad-CAM)"
|
121 |
)
|
122 |
demo.launch()
|
123 |
|