diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d148d56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.libx_venv +__pycache__/ +*.pyc +*.pyo diff --git a/requirements.txt b/requirements.txt index e948e3e..74a8bd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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