Update app.py
Browse files
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 = "
|
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):
|