diff --git a/asr/funasr/requirements.txt b/asr/funasr/requirements.txt new file mode 100644 index 0000000..e9c7e07 --- /dev/null +++ b/asr/funasr/requirements.txt @@ -0,0 +1,6 @@ +torch +modelscope +testresources +websockets==10.4 +torchaudio +FunASR \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4575793..ab0fc6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ azure-cognitiveservices-speech aliyun-python-sdk-core simhash pytz -gevent~=22.10.1 +gevent edge_tts pydub chromadb @@ -27,4 +27,6 @@ langchain langchain_openai langgraph langchain-community -bs4 \ No newline at end of file +bs4 +flask_socketio +-r asr/funasr/requirements.txt \ No newline at end of file