VibeVoice/demo
NR 84710c4d2b Add immediate UI update for Generate and Stop buttons (#18)
### Summary
The Stop button previously appeared only after the backend generation job actually started, leaving users with no cancel affordance while a request sat in the queue. This PR makes the Stop button visible immediately after clicking **Generate Podcast**.

### Change
Adds a single non-queued `.then` step in the click event chain
that hides the Generate button and shows the Stop button instantly, before the queued job begins processing.
2025-08-28 15:24:43 +08:00
..
example update 2025-08-25 10:13:28 -07:00
text_examples add args to use_eager 2025-08-26 19:44:34 -07:00
voices update 2025-08-26 23:48:05 -07:00
gradio_demo.py Add immediate UI update for Generate and Stop buttons (#18) 2025-08-28 15:24:43 +08:00
inference_from_file.py FIX: adjust quote type in inference_from_file (#33) 2025-08-28 15:24:42 +08:00
VibeVoice_colab.ipynb add colab 2025-08-27 18:57:33 -07:00