BounharAbdelaziz commited on
Commit
3b8f5c2
·
verified ·
1 Parent(s): 20aed0f

v0.1: set contrib default to True

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -170,8 +170,8 @@ def create_interface():
170
 
171
  with gr.Row():
172
  save_data = gr.Checkbox(
173
- label="Contribute to the evaluation benchmark (coming soon)",
174
- value=False,
175
  )
176
 
177
  submit_btn = gr.Button("Transcribe 🔥")
 
170
 
171
  with gr.Row():
172
  save_data = gr.Checkbox(
173
+ label="Contribute to the evaluation benchmark",
174
+ value=True,
175
  )
176
 
177
  submit_btn = gr.Button("Transcribe 🔥")