Spaces:
Running
on
T4
Running
on
T4
Added a banner to the README
Browse files
app.py
CHANGED
@@ -10,7 +10,13 @@ from whisperspeech.pipeline import Pipeline
|
|
10 |
|
11 |
DEVEL=os.environ.get('DEVEL', False)
|
12 |
|
13 |
-
title = """
|
|
|
|
|
|
|
|
|
|
|
|
|
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**
|