Spaces:
Running
Running
LauraGPT commited on
Update Space to FunASR 1.3.29
Browse files- README.md +2 -2
- app.py +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -22,8 +22,8 @@ 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)
|
| 29 |
-
- **ASR Engine**: [FunASR](https://github.com/modelscope/FunASR) | [Fun-ASR](https://github.com/
|
|
|
|
| 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)
|
| 29 |
+
- **ASR Engine**: [FunASR](https://github.com/modelscope/FunASR) | [Fun-ASR](https://github.com/QwenAudio/Fun-ASR)
|
app.py
CHANGED
|
@@ -138,7 +138,7 @@ description_html = """
|
|
| 138 |
<p style="font-size: 0.9em; margin-top: 0.8em;">
|
| 139 |
<a href="https://github.com/modelscope/FunClip" target="_blank">⭐ Star FunClip on GitHub</a> ·
|
| 140 |
<a href="https://github.com/modelscope/FunASR" target="_blank">🛠️ FunASR</a> ·
|
| 141 |
-
<a href="https://github.com/
|
| 142 |
</p>
|
| 143 |
</div>
|
| 144 |
"""
|
|
|
|
| 138 |
<p style="font-size: 0.9em; margin-top: 0.8em;">
|
| 139 |
<a href="https://github.com/modelscope/FunClip" target="_blank">⭐ Star FunClip on GitHub</a> ·
|
| 140 |
<a href="https://github.com/modelscope/FunASR" target="_blank">🛠️ FunASR</a> ·
|
| 141 |
+
<a href="https://github.com/QwenAudio/Fun-ASR" target="_blank">🚀 Fun-ASR</a>
|
| 142 |
</p>
|
| 143 |
</div>
|
| 144 |
"""
|
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.29
|
| 6 |
huggingface_hub>=0.33.5,<2.0
|
| 7 |
gradio==5.50.0
|
| 8 |
numpy<2.0
|