Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ article = "Class attention maps as investigated in [Going deeper with Image Tran
|
|
| 64 |
iface = gr.Interface(
|
| 65 |
show_plot,
|
| 66 |
inputs=gr.inputs.Image(type="pil", label="Input Image"),
|
| 67 |
-
outputs="
|
| 68 |
title=title,
|
| 69 |
article=article,
|
| 70 |
allow_flagging="never",
|
|
|
|
| 64 |
iface = gr.Interface(
|
| 65 |
show_plot,
|
| 66 |
inputs=gr.inputs.Image(type="pil", label="Input Image"),
|
| 67 |
+
outputs=[gr.outputs.Plot(type="auto"), gr.outputs.Plot(type="auto")],
|
| 68 |
title=title,
|
| 69 |
article=article,
|
| 70 |
allow_flagging="never",
|