Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,17 +183,17 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Speech Recognition Tool") as demo:
|
|
| 183 |
"Example 1 - CSGO Match": {
|
| 184 |
"audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/csgo.wav",
|
| 185 |
"context": "A csgo match between NAVI and FazeClan in Major Paris 2023. S1mple and B1t are in NAVI. Ropz, Rain, Karrigan and Twistzz are in Faze.",
|
| 186 |
-
"description": "Game commentary (
|
| 187 |
},
|
| 188 |
"Example 2 - Noisy Environment": {
|
| 189 |
"audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/noise3.wav",
|
| 190 |
"context": "",
|
| 191 |
-
"description": "
|
| 192 |
},
|
| 193 |
"Example 3 - Complex Audio": {
|
| 194 |
"audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/noise1.wav",
|
| 195 |
"context": "",
|
| 196 |
-
"description": "
|
| 197 |
}
|
| 198 |
}
|
| 199 |
|
|
|
|
| 183 |
"Example 1 - CSGO Match": {
|
| 184 |
"audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/csgo.wav",
|
| 185 |
"context": "A csgo match between NAVI and FazeClan in Major Paris 2023. S1mple and B1t are in NAVI. Ropz, Rain, Karrigan and Twistzz are in Faze.",
|
| 186 |
+
"description": "Game commentary (Pro Terms & Names)"
|
| 187 |
},
|
| 188 |
"Example 2 - Noisy Environment": {
|
| 189 |
"audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/noise3.wav",
|
| 190 |
"context": "",
|
| 191 |
+
"description": "English Recognition in Noise"
|
| 192 |
},
|
| 193 |
"Example 3 - Complex Audio": {
|
| 194 |
"audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/noise1.wav",
|
| 195 |
"context": "",
|
| 196 |
+
"description": "Dialect Recognition in Heavy Noise"
|
| 197 |
}
|
| 198 |
}
|
| 199 |
|