Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.libx_venv
__pycache__/
*.pyc
*.pyo
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cached_path
click
datasets
ema_pytorch>=0.5.2
gradio>=3.45.2
gradio>=4.19.2
hydra-core>=1.3.0
jieba
librosa
Expand All @@ -18,10 +18,10 @@ pypinyin
safetensors
soundfile
tomli
torch>=2.0.0
torch>=2.4.0
torchaudio>=2.0.0
torchdiffeq
tqdm>=4.65.0
tqdm>=4.65.1
transformers
transformers_stream_generator
unidecode
Expand Down