drbh HF Staff commited on
Commit
88e7b43
·
verified ·
1 Parent(s): 325d010

feat: respect dark and light mode with svgs

Browse files
Files changed (1) hide show
  1. README.md +11 -17
README.md CHANGED
@@ -12,21 +12,15 @@ Kernel source: https://github.com/huggingface/kernels-community/tree/main/activa
12
 
13
  ### Performance
14
 
15
- <details open>
16
- <summary>Latency</summary>
17
- <video width="640" height="480" controls>
18
- <source src="media/benches.mp4" type="video/mp4">
19
- Your browser does not support the video tag.
20
- </video>
21
- </details>
22
-
23
- <details open>
24
- <summary>Throughput</summary>
25
- <img src="media/benches_throughput.png" />
26
- </details>
27
-
28
- <details open>
29
- <summary>Latency</summary>
30
- <img src="media/benches_latency.png" />
31
- </details>
32
 
 
12
 
13
  ### Performance
14
 
15
+
16
+ <img class="dark:hidden" src="media/benches_light_animation.svg" />
17
+ <img class="hidden dark:block" src="media/benches_dark_animation.svg" />
18
+
19
+
20
+ <img class="dark:hidden" src="media/benches_light_latency.svg" />
21
+ <img class="hidden dark:block" src="media/benches_dark_latency.svg" />
22
+
23
+
24
+ <img class="dark:hidden" src="media/benches_light_throughput.svg" />
25
+ <img class="hidden dark:block" src="media/benches_dark_throughput.svg" />
 
 
 
 
 
 
26