littlebird13 commited on
Commit
47af753
·
verified ·
1 Parent(s): b1e90aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 (with professional terms)"
187
  },
188
  "Example 2 - Noisy Environment": {
189
  "audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/noise3.wav",
190
  "context": "",
191
- "description": "Speech recognition in noisy environment"
192
  },
193
  "Example 3 - Complex Audio": {
194
  "audio": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-ASR/noise1.wav",
195
  "context": "",
196
- "description": "Processing audio with complex background"
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