Spaces:
Running
Running
add description
Browse files
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="
|
| 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()
|