Spaces:
Running
on
Zero
Running
on
Zero
BounharAbdelaziz
commited on
v0.1: set contrib default to True
Browse files
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
|
174 |
-
value=
|
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 🔥")
|