Oliver Hahn
commited on
Commit
·
51f04f9
1
Parent(s):
3398a0c
add project page link
Browse files
app.py
CHANGED
@@ -57,6 +57,7 @@ if __name__ == '__main__':
|
|
57 |
examples=[
|
58 |
["example.jpg", 0.4, 'dino_vits'],
|
59 |
]
|
|
|
60 |
)
|
61 |
|
62 |
# Launch the app
|
|
|
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 |
|
63 |
# Launch the app
|