Commit graph

70 commits

Author SHA1 Message Date
YaoyaoChang
1f3768c974 add Risk and Limitations for Colab 2025-08-28 02:15:42 -07:00
YaoyaoChang
fa72b89dcd update risks 2025-08-28 02:12:43 -07:00
YaoyaoChang
a3131cecf9 add Q6 for FAQ 2025-08-28 02:10:31 -07:00
YaoyaoChang
4b8b6f7700 update 2025-08-28 01:28:27 -07:00
YaoyaoChang
9537bd96a6 update 2025-08-28 01:23:57 -07:00
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
_
e611deafac FIX: adjust quote type in inference_from_file (#33)
adds
full_script = full_script.replace("’", "'")
to the data preparation
2025-08-28 15:24:42 +08:00
YaoyaoChang
f57a9bffb1 speaker index from 1 2025-08-28 15:24:42 +08:00
YaoyaoChang
54fbbce40e add colab 2025-08-27 18:57:33 -07:00
YaoyaoChang
ac0104c65e try sdpa if error in flash_attention_2 2025-08-27 18:46:15 -07:00
YaoyaoChang
64241e29ca fix typo 2025-08-27 18:25:34 -07:00
YaoyaoChang
8ed05ba7de update to sdpa 2025-08-27 18:21:30 -07:00
JianweiYu
2b75b745a4 update 2025-08-27 13:34:54 -07:00
JianweiYu
560870cbe1 update 2025-08-27 12:51:57 -07:00
JianweiYu
3dd8605797 Update 2025-08-27 00:32:26 -07:00
JianweiYu
06f56bff02 Update 2025-08-26 23:56:36 -07:00
JianweiYu
13b72fec79 update 2025-08-26 23:48:05 -07:00
YaoyaoChang
056bb5b0fa add args to use_eager 2025-08-26 19:44:34 -07:00
YaoyaoChang
f3df4ae1b7 update report link to arxiv 2025-08-26 19:16:14 -07:00
YaoyaoChang
f5b5a648bb update FAQ 2025-08-26 18:48:26 -07:00
JianweiYu
f507425ee7 update 2025-08-26 18:07:28 -07:00
JianweiYu
d38c23e1e1 update 2025-08-26 18:06:02 -07:00
JianweiYu
afe790e781 update 2025-08-26 16:28:32 -07:00
JianweiYu
60dd5689fe update 2025-08-26 16:27:56 -07:00
JianweiYu
d2681c19d0 tomasyu 2025-08-26 16:27:56 -07:00
pengzhiliang
5161d63e76 update FAQ 2025-08-26 16:28:29 +00:00
pengzhiliang
5e614f7190 update 2025-08-26 15:16:54 +00:00
pengzhiliang
07577b6970 add FAQ 2025-08-26 15:13:28 +00:00
Li Dong
9e3364f2a5
Merge pull request #17 from CharlesCNorton/patch-1
fix: correct typos in README.md
2025-08-26 21:05:39 +08:00
CharlesCNorton
4a8bd708bf
fix: correct typos in README.md
- Fix "Converation" -> "Conversation" in demo examples section
- Fix "language" -> "languages" in risks and limitations section
2025-08-26 08:03:47 -04:00
YaoyaoChang
90015ffd28 fix invalid path 2025-08-26 04:20:11 -07:00
Roberts Slisans
5cac0e361c
fix package for pip install (#10)
* add __init__.py

* Initial plan

* Fix pyproject.toml package discovery to include all subpackages

Co-authored-by: rsxdalv <6757283+rsxdalv@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rsxdalv <6757283+rsxdalv@users.noreply.github.com>
Co-authored-by: YaoyaoChang <cyy574006791@qq.com>
2025-08-26 13:00:39 +08:00
JianweiYu
7260e29d5e update 2025-08-25 21:39:48 -07:00
JianweiYu
77750ee98c update 2025-08-25 21:20:50 -07:00
YaoyaoChang
b2bf6de828
Merge pull request #9 from twobob/twobob-patch-1
Fix: script.replace("’", "'") in gradio_demo.py
2025-08-26 09:48:32 +08:00
YaoyaoChang
c1e16ce5e1
Merge pull request #5 from digitalspaceport/patch-1
added missing librosa dep
2025-08-26 09:46:58 +08:00
_
2c7c57eda0
script.replace("’", "'") in gradio_demo.py
prevents ’ characters from silencing succeeding word parts
2025-08-26 01:00:37 +01:00
JianweiYu
c6f8d8fd5d update 2025-08-25 15:53:09 -07:00
JianweiYu
4a74e8da20 update 2025-08-25 15:52:35 -07:00
JianweiYu
29b0aa7c6b update 2025-08-25 15:51:21 -07:00
JianweiYu
21fbdc7d88 update 2025-08-25 15:50:28 -07:00
JianweiYu
45ed2ecd9f update 2025-08-25 15:29:26 -07:00
JianweiYu
57d3f2e051 update 2025-08-25 14:24:57 -07:00
JianweiYu
23837d9009 update 2025-08-25 14:23:55 -07:00
YaoyaoChang
595fa51d8f add link in readme's main body 2025-08-25 12:21:26 -07:00
Digital Spaceport
af33773688
added missing librosa dep 2025-08-25 14:10:35 -05:00
YaoyaoChang
a1ff004c04 update link 2025-08-25 11:57:31 -07:00
JianweiYu
5bb30cf6d1 update 2025-08-25 10:13:28 -07:00
JianweiYu
ac426cbd7d update 2025-08-25 09:33:01 -07:00
JianweiYu
b711571f9f update 2025-08-25 09:32:14 -07:00