mbarnig commited on
Commit
782284f
·
verified ·
1 Parent(s): af9df7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as b:
160
  with gr.Row():
161
  gr.Markdown("**Blablabla**")
162
  with gr.Row():
163
- vitess=gr.Radio(label="Liestempo", choices = speeds, value = "schnell")
164
  pause=gr.Radio(label="Sazpaus", choices = stops, value = "mëttel")
165
 
166
  with gr.Accordion("Control", open=False):
 
160
  with gr.Row():
161
  gr.Markdown("**Blablabla**")
162
  with gr.Row():
163
+ vitess=gr.Radio(label="Liestempo", choices = speeds, value = "normal")
164
  pause=gr.Radio(label="Sazpaus", choices = stops, value = "mëttel")
165
 
166
  with gr.Accordion("Control", open=False):