Z
c0194a7a00
Specifically reference newer llvmlite and numba dependencies
...
llvmlite is trying to build an old version that creates a dependency chain issue when installing with uv:
```
help: `llvmlite` (v0.36.0) was included because `vibevoice` (v0.0.1) depends on `librosa` (v0.11.0) which
depends on `numba` (v0.53.1) which depends on `llvmlite`
```
pinning these dependencies on newer versions forces it to resolve and shouldn't have any downsides.
2025-08-29 16:19:01 +08:00
Sangjee Dondrub
4d5d9779c8
Remove redundant librosa
package in the depdencies.
2025-08-29 15:28:31 +08:00
Before Crash
ccdb19f004
update requires-python = '>=3.9' ( #48 )
2025-08-29 15:25:33 +08:00
JianweiYu
f3e35d0c2c
update
2025-08-28 21:58:31 -07:00
JianweiYu
6210e6ee68
update
2025-08-28 21:50:31 -07:00
JianweiYu
1a75187097
update
2025-08-28 18:40:51 -07:00
JianweiYu
cd78c5b6e6
update
2025-08-28 18:29:18 -07:00
Li Dong
b815902059
Merge pull request #28 from DevMello/patch-1
...
fix: remove typos in README.md
2025-08-29 00:01:37 +08:00
Li Dong
174fbabbf2
Merge pull request #45 from RichardAtCT/patch-1
...
docs: fix spelling errors in README.md
2025-08-29 00:01:11 +08:00
Richard A
acba35e2d0
docs: fix spelling errors in README
...
- Change "Opensource" to "Open Source" (News section)
- Fix "Spekaer" typo to "Speaker" (FAQ Q2)
- Correct "instable" to "unstable" (FAQ Q6)
2025-08-28 19:48:45 +04:00
YaoyaoChang
c72bc0c59b
add Risks and Limitations in Gradio
2025-08-28 02:26:17 -07:00
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
Pranav Yerramaneni
437cd1f87f
Fix typo in README regarding speaker voice
2025-08-27 09:07:09 -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