Spaces:
Running
Running
LauraGPT commited on
Update Space to FunASR 1.3.28
Browse files- README.md +1 -1
- 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.
|
| 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.28`, which improves final subtitle stability for VAD-locked regressions and short trailing speech on `STOP`. [Release notes](https://github.com/modelscope/FunASR/releases/tag/v1.3.28)
|
| 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.
|
| 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.28
|
| 6 |
huggingface_hub>=0.33.5,<2.0
|
| 7 |
gradio==5.50.0
|
| 8 |
numpy<2.0
|