Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
|
|
193 |
# Introduction text box
|
194 |
intro_text = gr.Markdown("""
|
195 |
## Do It Yourself: Learning Semantic Correspondence from Pseudo-Labels
|
196 |
-
[Project Page](https://github.
|
197 |
|
198 |
Welcome to the DIY-SC demo!
|
199 |
Upload two images and select a keypoint in the source image. This demo will compute and visualize the feature similarity map and a corresponding point in the target image.
|
|
|
193 |
# Introduction text box
|
194 |
intro_text = gr.Markdown("""
|
195 |
## Do It Yourself: Learning Semantic Correspondence from Pseudo-Labels
|
196 |
+
[Project Page](https://genintel.github.io/DIY-SC) | [GitHub Repository](https://github.com/odunkel/DIY-SC)
|
197 |
|
198 |
Welcome to the DIY-SC demo!
|
199 |
Upload two images and select a keypoint in the source image. This demo will compute and visualize the feature similarity map and a corresponding point in the target image.
|