z-uo commited on
Commit
2eef120
1 Parent(s): b6a4ee3

add description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,6 +76,6 @@ gr.Interface(
76
  ["demo.png", '256', "resnet50"],
77
  ["tappeto-per-calibrazione.jpg", '256', "resnet50"]
78
  ],
79
- title="LETR",
80
- description="Model for line detection..."
81
  ).launch()
 
76
  ["demo.png", '256', "resnet50"],
77
  ["tappeto-per-calibrazione.jpg", '256', "resnet50"]
78
  ],
79
+ title="LETR: Line Segment Detection Using Transformers without Edges",
80
+ description="It is an end-to-end line segment detection algorithm using Transformers [published on CVPR 2021](https://github.com/mlpc-ucsd/LETR)."
81
  ).launch()