Update requirements.txt

1.tqdm==4.59.0 may have dependency issues
2.missing requirement chardet
This commit is contained in:
Alex Z 2024-01-17 08:50:06 +08:00 committed by GitHub
parent b8c4cbd900
commit 88191fe202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ pytorch-lightning
gradio==3.14.0 gradio==3.14.0
ffmpeg-python ffmpeg-python
onnxruntime onnxruntime
tqdm==4.59.0 tqdm
funasr funasr
cn2an cn2an
pypinyin pypinyin
@ -17,3 +17,4 @@ torchaudio
modelscope modelscope
sentencepiece sentencepiece
transformers transformers
chardet