langgz commited on
Commit
52a4a4f
·
verified ·
1 Parent(s): 64019bf

chore: pin FunASR 1.3.26

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ Upload a Chinese-language video → FunASR Paraformer transcribes it with senten
22
  - Lets you select and concatenate one or more sentences
23
  - Exports the result as an MP4 with FFmpeg
24
 
25
- Short videos provide the best interactive experience on the shared CPU runtime. For multilingual ASR and LLM-assisted smart clipping, install the full [FunClip](https://github.com/modelscope/FunClip) app locally. This Space pins `funasr==1.3.23`, matching the latest public PyPI release used by the current demo.
26
 
27
  ## Links
28
  - **GitHub**: [Star the FunClip repository](https://github.com/modelscope/FunClip)
 
22
  - Lets you select and concatenate one or more sentences
23
  - Exports the result as an MP4 with FFmpeg
24
 
25
+ Short videos provide the best interactive experience on the shared CPU runtime. For multilingual ASR and LLM-assisted smart clipping, install the full [FunClip](https://github.com/modelscope/FunClip) app locally. This Space pins `funasr==1.3.26`, matching the latest public PyPI release used by the current demo.
26
 
27
  ## Links
28
  - **GitHub**: [Star the FunClip repository](https://github.com/modelscope/FunClip)
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
 
3
  torch==2.11.0+cpu
4
  torchaudio==2.11.0+cpu
5
- funasr==1.3.25
6
  huggingface_hub>=0.33.5,<2.0
7
  gradio==5.50.0
8
  numpy<2.0
 
2
 
3
  torch==2.11.0+cpu
4
  torchaudio==2.11.0+cpu
5
+ funasr==1.3.26
6
  huggingface_hub>=0.33.5,<2.0
7
  gradio==5.50.0
8
  numpy<2.0