Thomas G. Lopes commited on
Commit
d475dba
·
1 Parent(s): b755ac6

fix banners

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. static/banner-dark.svg +6 -6
  3. static/banner-light.svg +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ app_port: 3000
14
  <picture>
15
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/huggingface/inference-playground/raw/main/static/banner-dark.svg">
16
  <source media="(prefers-color-scheme: light)" srcset="https://github.com/huggingface/inference-playground/raw/main/static/banner-light.svg">
17
- <img alt="Hugging Face Inference Playground" src="https://github.com/huggingface/inference-playground/raw/main/static/banner-light.svg" width="352" height="59" style="max-width: 100%;">
18
  </picture>
19
  <br/>
20
  <br/>
 
14
  <picture>
15
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/huggingface/inference-playground/raw/main/static/banner-dark.svg">
16
  <source media="(prefers-color-scheme: light)" srcset="https://github.com/huggingface/inference-playground/raw/main/static/banner-light.svg">
17
+ <img alt="Hugging Face Inference Playground" src="https://github.com/huggingface/inference-playground/raw/main/static/banner-light.svg" height="100" style="max-width: 100%;">
18
  </picture>
19
  <br/>
20
  <br/>
static/banner-dark.svg CHANGED
static/banner-light.svg CHANGED