Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def get_results(image):
|
|
68 |
iface = gr.Interface(
|
69 |
fn=get_results,
|
70 |
title = "Patch ConvNet Demo",
|
71 |
-
description = "This space is a demo of the paper 'Augmenting Convolutional networks with attention-based aggregation'",
|
72 |
inputs=gr.inputs.Image(label="Input Image"),
|
73 |
outputs=[
|
74 |
gr.outputs.Image(label="Attention Map"),
|
|
|
68 |
iface = gr.Interface(
|
69 |
fn=get_results,
|
70 |
title = "Patch ConvNet Demo",
|
71 |
+
description = "This space is a demo of the paper 'Augmenting Convolutional networks with attention-based aggregation' 👀",
|
72 |
inputs=gr.inputs.Image(label="Input Image"),
|
73 |
outputs=[
|
74 |
gr.outputs.Image(label="Attention Map"),
|