add dark mode version
This commit is contained in:
parent
c0194a7a00
commit
999020e7c4
2 changed files with 4 additions and 1 deletions
BIN
Figures/VibeVoice_logo_white.png
Normal file
BIN
Figures/VibeVoice_logo_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 311 KiB |
|
@ -14,7 +14,10 @@
|
||||||
</div> -->
|
</div> -->
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="Figures/VibeVoice_logo.png" alt="VibeVoice Logo" width="300">
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="Figures/VibeVoice_logo_white.png">
|
||||||
|
<img src="Figures/VibeVoice_logo.png" alt="VibeVoice Logo" width="300">
|
||||||
|
</picture>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
VibeVoice is a novel framework designed for generating **expressive**, **long-form**, **multi-speaker** conversational audio, such as podcasts, from text. It addresses significant challenges in traditional Text-to-Speech (TTS) systems, particularly in scalability, speaker consistency, and natural turn-taking.
|
VibeVoice is a novel framework designed for generating **expressive**, **long-form**, **multi-speaker** conversational audio, such as podcasts, from text. It addresses significant challenges in traditional Text-to-Speech (TTS) systems, particularly in scalability, speaker consistency, and natural turn-taking.
|
||||||
|
|
Loading…
Reference in a new issue