Spaces:
Sleeping
Sleeping
sergiopaniego
commited on
Commit
•
13fc488
1
Parent(s):
153ddd7
Added attention
Browse files
app.py
CHANGED
@@ -119,6 +119,6 @@ demo = gr.Interface(
|
|
119 |
inputs=gr.Image(label="Input image", type="pil"),
|
120 |
outputs=[
|
121 |
gr.Image(label="Output image predictions", type="pil"),
|
122 |
-
gr.Image(label="Output
|
123 |
])
|
124 |
demo.launch()
|
|
|
119 |
inputs=gr.Image(label="Input image", type="pil"),
|
120 |
outputs=[
|
121 |
gr.Image(label="Output image predictions", type="pil"),
|
122 |
+
gr.Image(label="Output attention weights", type="pil")
|
123 |
])
|
124 |
demo.launch()
|