Skip to content

Commit

Permalink
polish(nyz): polish requirements and favicon problems
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Dec 10, 2024
1 parent c2ce385 commit 1f2cbcf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ cd CleanS2S/backend
pip install -r requirements.txt
```

- Install `funasr` for paraformer-zh according to the instructions [here](https://github.com/modelscope/FunASR?tab=readme-ov-file#installation)
- Install `funasr (1.1.6 recommended)` for paraformer-zh according to the instructions [here](https://github.com/modelscope/FunASR?tab=readme-ov-file#installation)
- Install `cosyvoice` for CosyVoice-300M according to the instructions [here](https://github.com/FunAudioLLM/CosyVoice?tab=readme-ov-file#install)

#### Downloading models
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ cd CleanS2S/backend
pip install -r requirements.txt
```

- 根据[此处](https://github.com/modelscope/FunASR?tab=readme-ov-file#installation)的说明安装 `funasr` 以支持 paraformer-zh
- 根据[此处](https://github.com/modelscope/FunASR?tab=readme-ov-file#installation)的说明安装 `funasr (推荐1.1.6版本)` 以支持 paraformer-zh
- 根据[此处](https://github.com/FunAudioLLM/CosyVoice?tab=readme-ov-file#install)的说明安装 `cosyvoice` 以支持 CosyVoice-300M

#### 下载模型
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nltk==3.9.1
torch==2.4.0
torchaudio==2.4.0
torch>=2.0.1
torchaudio>=2.0.1
protobuf==4.25.4
librosa
rich
websockets
openai>=1.0
openai>=1.0
Binary file removed frontend_nextjs/app/favicon.ico
Binary file not shown.

0 comments on commit 1f2cbcf

Please sign in to comment.