Spaces:
Runtime error
Runtime error
OmerFarooq
commited on
Commit
•
a7f0392
1
Parent(s):
7cfb8be
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ demo = gr.Interface(
|
|
91 |
fn = gen_grad_img_single,
|
92 |
inputs = gr.Image(type = "pil", shape = (224,224)),
|
93 |
# outputs = [gr.outputs.Label(num_top_classes = 2, label = 'Classifiaction'), gr.Textbox('infer_time', label = 'Inference Time(ms)')]
|
94 |
-
outputs = ["
|
95 |
)
|
96 |
demo.launch()
|
97 |
|
|
|
91 |
fn = gen_grad_img_single,
|
92 |
inputs = gr.Image(type = "pil", shape = (224,224)),
|
93 |
# outputs = [gr.outputs.Label(num_top_classes = 2, label = 'Classifiaction'), gr.Textbox('infer_time', label = 'Inference Time(ms)')]
|
94 |
+
outputs = [gr.Image(type = "numpy"), gr.Textbox('y_pred', label = 'Prediction')]
|
95 |
)
|
96 |
demo.launch()
|
97 |
|