LChambon commited on
Commit
6eabc0b
·
1 Parent(s): 891ea2e
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -3,11 +3,14 @@ title: NAF Zero-Shot Feature Upsampling
3
  emoji: 🎯
4
  colorFrom: blue
5
  colorTo: purple
 
 
6
  app_file: app.py
7
  pinned: false
8
  license: apache-2.0
9
  ---
10
 
 
11
  # 🎯 NAF: Zero-Shot Feature Upsampling via Neighborhood Attention Filtering
12
 
13
  This Space demonstrates **NAF (Neighborhood Attention Filtering)**, a method for upsampling features from Vision Foundation Models to any resolution without model-specific training.
 
3
  emoji: 🎯
4
  colorFrom: blue
5
  colorTo: purple
6
+ sdk: docker
7
+ sdk_version: "3.50.0"
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
+
14
  # 🎯 NAF: Zero-Shot Feature Upsampling via Neighborhood Attention Filtering
15
 
16
  This Space demonstrates **NAF (Neighborhood Attention Filtering)**, a method for upsampling features from Vision Foundation Models to any resolution without model-specific training.