ariG23498 HF staff commited on
Commit
b812a94
·
1 Parent(s): adbb278

chore: attention only plot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ def plot_attention(image):
57
  iface = gr.Interface(
58
  fn=plot_attention,
59
  inputs=[gr.inputs.Image(label="Input Image")],
60
- outputs="Attention Map").launch()
 
57
  iface = gr.Interface(
58
  fn=plot_attention,
59
  inputs=[gr.inputs.Image(label="Input Image")],
60
+ outputs="image").launch()