sayakpaul HF staff commited on
Commit
0959f35
1 Parent(s): c9bbc63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="plot",
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",