diff --git a/Figures/Google_AI_Studio_2025-08-25T21_48_13.452Z.png b/Figures/Google_AI_Studio_2025-08-25T21_48_13.452Z.png new file mode 100644 index 0000000..ae91dbb Binary files /dev/null and b/Figures/Google_AI_Studio_2025-08-25T21_48_13.452Z.png differ diff --git a/README.md b/README.md index 1c16fa5..1904c90 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ [![Live Playground](https://img.shields.io/badge/Live-Playground-green?logo=gradio)](https://aka.ms/VibeVoice-Demo) - - +
+VibeVoice Logo +
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. diff --git a/pyproject.toml b/pyproject.toml index ece97ec..0abe30e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "gradio", "av", "aiortc", + "librosa" ]