Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,8 @@ def get_results(image):
|
|
67 |
|
68 |
iface = gr.Interface(
|
69 |
fn=get_results,
|
|
|
|
|
70 |
inputs=gr.inputs.Image(label="Input Image"),
|
71 |
outputs=[
|
72 |
gr.outputs.Image(label="Attention Map"),
|
|
|
67 |
|
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"),
|