Spaces:
Runtime error
Runtime error
fix Readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Hugging Face Space - SenseVoice ASR (Gradio)
|
| 2 |
|
| 3 |
This folder contains a minimal Gradio app to run the SenseVoiceSmall model as a free Hugging Face Space.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: SenseVoiceSmall ASR
|
| 3 |
+
emoji: 🗣️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
## Hugging Face Space - SenseVoice ASR (Gradio)
|
| 13 |
|
| 14 |
This folder contains a minimal Gradio app to run the SenseVoiceSmall model as a free Hugging Face Space.
|