langgz commited on
Commit
eefa7ed
·
verified ·
1 Parent(s): f0ad3ee

Sync Space to FunASR 1.4.1

Browse files

Pin the current public patch release and refresh the release summary.

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 the current public patch, `funasr==1.3.29`; it includes the 1.3.28 real-time final-text fixes and restores SenseVoice VAD regions in `sentence_info` when token timestamps are unavailable. [Release notes](https://github.com/modelscope/FunASR/releases/tag/v1.3.29)
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 the current public patch, `funasr==1.4.1`; it includes the corrected Hugging Face `paraformer-en` route, safer checkpoint selection, native-runtime ownership and timestamp fixes, and SenseVoice TensorRT/Triton deployment support. [Release notes](https://github.com/modelscope/FunASR/releases/tag/v1.4.1)
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.29
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.4.1
6
  huggingface_hub>=0.33.5,<2.0
7
  gradio==5.50.0
8
  numpy<2.0