jpc commited on
Commit
46eb2dc
1 Parent(s): 7bc1c8d

Added a banner to the README

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -10,7 +10,13 @@ from whisperspeech.pipeline import Pipeline
10
 
11
  DEVEL=os.environ.get('DEVEL', False)
12
 
13
- title = """# 🙋🏻‍♂️ Welcome to Collabora's WhisperSpeech
 
 
 
 
 
 
14
 
15
  WhisperSpeech is an Open Source text-to-speech system built by Collabora and LAION by inverting Whisper.
16
  The model is fully open and you can run it on your local hardware. It's like **Stable Diffusion but for speech**
 
10
 
11
  DEVEL=os.environ.get('DEVEL', False)
12
 
13
+ title = """
14
+ <picture>
15
+ <source srcset="https://huggingface.co/spaces/collabora/whisperspeech/resolve/main/dark-banner.png" media="(prefers-color-scheme: dark)" />
16
+ <img alt="WhisperSpeech banner with Collabora and LAION logos" src="https://huggingface.co/spaces/collabora/whisperspeech/resolve/main/light-banner.png" style="width: 60%; margin: 0 auto;" />
17
+ </picture>
18
+
19
+ # Welcome to Collabora's WhisperSpeech
20
 
21
  WhisperSpeech is an Open Source text-to-speech system built by Collabora and LAION by inverting Whisper.
22
  The model is fully open and you can run it on your local hardware. It's like **Stable Diffusion but for speech**