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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -193,11 +193,12 @@ 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://example.com) | [GitHub Repository](https://github.com/example/repo)
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.
200
  You can choose between the DIY-SC (DINOv2) or the DINOv2 feature extractor.
 
201
  """)
202
 
203
  # Image upload / display components
 
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.
200
  You can choose between the DIY-SC (DINOv2) or the DINOv2 feature extractor.
201
+ The demo is currently only running on CPUs. For this reason the run time is longer and a lower resolution is used, which results in a performance drop. We will update this soon.
202
  """)
203
 
204
  # Image upload / display components