Spaces:
Running
Running
LauraGPT commited on
Commit ·
cacfe52
1
Parent(s): e134466
Update FunClip Space to FunASR 1.3.22
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.
|
| 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.22`, 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.
|
| 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.22
|
| 6 |
huggingface_hub>=0.33.5,<2.0
|
| 7 |
gradio==5.50.0
|
| 8 |
numpy<2.0
|