odunkel commited on
Commit
1510936
·
verified ·
1 Parent(s): 04b72fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.com/odunkel/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.
 
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.