merve HF staff commited on
Commit
76d5cab
·
1 Parent(s): 6f4e6e5

Update app.py

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