antoine-originlab commited on
Commit
aa3cba4
·
verified ·
1 Parent(s): 02a1a5a

Fix logo: HF cards strip <picture> tags, use plain img with resolve URL

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -35,10 +35,7 @@ configs:
35
  ---
36
 
37
  <p align="center">
38
- <picture>
39
- <source media="(prefers-color-scheme: dark)" srcset="assets/logo-white.png">
40
- <img src="assets/logo-black.png" alt="OriginLab" width="320">
41
- </picture>
42
  </p>
43
 
44
  # OriginLab Game-Depth: RGB + Dense Z-Buffer Depth
 
35
  ---
36
 
37
  <p align="center">
38
+ <img src="https://huggingface.co/datasets/originlab/game-depth/resolve/main/assets/logo.png" alt="OriginLab" width="320">
 
 
 
39
  </p>
40
 
41
  # OriginLab Game-Depth: RGB + Dense Z-Buffer Depth