add dark mode version

This commit is contained in:
Rafael Milewski 2025-08-28 14:02:57 +08:00 committed by YaoyaoChang
parent c0194a7a00
commit 999020e7c4
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

View file

@ -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.