Oliver Hahn
commited on
Commit
·
ccbf06e
1
Parent(s):
51f04f9
fix
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ if __name__ == '__main__':
|
|
56 |
description="Upload an image and adjust the threshold to visualize PriMaPs.",
|
57 |
examples=[
|
58 |
["example.jpg", 0.4, 'dino_vits'],
|
59 |
-
]
|
60 |
article="For more details, visit the [project page](https://visinf.github.io/primaps)."
|
61 |
)
|
62 |
|
|
|
56 |
description="Upload an image and adjust the threshold to visualize PriMaPs.",
|
57 |
examples=[
|
58 |
["example.jpg", 0.4, 'dino_vits'],
|
59 |
+
],
|
60 |
article="For more details, visit the [project page](https://visinf.github.io/primaps)."
|
61 |
)
|
62 |
|