BounharAbdelaziz commited on
Commit
48b2fa8
·
verified ·
1 Parent(s): 1e9de44

v0.1: removed contrib to eval for now.

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -170,7 +170,7 @@ def create_interface():
170
 
171
  with gr.Row():
172
  save_data = gr.Checkbox(
173
- label="Contribute to the evaluation benchmark",
174
  value=False,
175
  )
176
 
@@ -178,7 +178,7 @@ def create_interface():
178
  output_text = gr.Textbox(label="Transcription")
179
 
180
  gr.Markdown("""
181
- ### 📄📌 Notice to our dearest users 🤗
182
  - By transcribing your audio, you’re actively contributing to the development of a benchmark evaluation dataset for Moroccan speech-to-text models.
183
  - Your transcriptions will be logged into a dedicated Hugging Face dataset, playing a crucial role in advancing research and innovation in speech recognition for Moroccan dialects and languages.
184
  - Together, we’re building tools that better understand and serve the unique linguistic landscape of Morocco.
 
170
 
171
  with gr.Row():
172
  save_data = gr.Checkbox(
173
+ label="Contribute to the evaluation benchmark (coming soon)",
174
  value=False,
175
  )
176
 
 
178
  output_text = gr.Textbox(label="Transcription")
179
 
180
  gr.Markdown("""
181
+ ### 📄📌 Notice to our dearest users 🤗 (coming soon)
182
  - By transcribing your audio, you’re actively contributing to the development of a benchmark evaluation dataset for Moroccan speech-to-text models.
183
  - Your transcriptions will be logged into a dedicated Hugging Face dataset, playing a crucial role in advancing research and innovation in speech recognition for Moroccan dialects and languages.
184
  - Together, we’re building tools that better understand and serve the unique linguistic landscape of Morocco.