Commit graph

4 commits

Author SHA1 Message Date
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
YaoyaoChang
f57a9bffb1 speaker index from 1 2025-08-28 15:24:42 +08:00
_
2c7c57eda0
script.replace("’", "'") in gradio_demo.py
prevents ’ characters from silencing succeeding word parts
2025-08-26 01:00:37 +01:00
pengzhiliang
d5895e76d4 init 2025-08-25 15:28:13 +00:00