rumourscape commited on
Commit
6534437
Β·
verified Β·
1 Parent(s): 4af8bdb

Update README.md

Browse files

Fixed logo bg colour for white mode

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: README
3
  emoji: πŸ‘€
4
  colorFrom: indigo
5
- colorTo: red
6
  sdk: static
7
  pinned: true
8
  license: cc-by-4.0
@@ -11,11 +11,13 @@ short_description: Organization Description
11
 
12
  <!-- [![SPRING Lab Logo](https://asr.iitm.ac.in/static/Asset/images/capSpringLogo.svg)](https://asr.iitm.ac.in) -->
13
 
 
 
14
  <center>
15
- <img src="https://asr.iitm.ac.in/static/Asset/images/capSpringLogo.svg" alt="image" width="400" height="auto">
16
  </center>
17
 
18
 
19
  At SPRING Lab, our focus is on Automatic Speech Recognition and allied areas of Self-Supervised Learning, Speaker Normalisation, Verification and Adaptation. All the work developed in our Lab are available in open-source in the form of data, models, APIs and recipes.
20
 
21
- SPRING Lab IIT Madras is headed by Prof. S. Umesh and is part of the Dept. of Electrical Engg.
 
2
  title: README
3
  emoji: πŸ‘€
4
  colorFrom: indigo
5
+ colorTo: indigo
6
  sdk: static
7
  pinned: true
8
  license: cc-by-4.0
 
11
 
12
  <!-- [![SPRING Lab Logo](https://asr.iitm.ac.in/static/Asset/images/capSpringLogo.svg)](https://asr.iitm.ac.in) -->
13
 
14
+ <style>img { background-color: #030f30; }</style>
15
+
16
  <center>
17
+ <img src="https://asr.iitm.ac.in/static/Asset/images/capSpringLogo.svg" alt="image" width="400" height="auto" >
18
  </center>
19
 
20
 
21
  At SPRING Lab, our focus is on Automatic Speech Recognition and allied areas of Self-Supervised Learning, Speaker Normalisation, Verification and Adaptation. All the work developed in our Lab are available in open-source in the form of data, models, APIs and recipes.
22
 
23
+ SPRING Lab IIT Madras is headed by Prof. S. Umesh and is part of the Dept. of Electrical Engg.