Spaces:
Runtime error
Runtime error
chore: attention only plot
Browse files
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="
|
|
|
|
| 57 |
iface = gr.Interface(
|
| 58 |
fn=plot_attention,
|
| 59 |
inputs=[gr.inputs.Image(label="Input Image")],
|
| 60 |
+
outputs="image").launch()
|