merve HF staff commited on
Commit
6f4e6e5
·
1 Parent(s): 8d498c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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"),