mbarnig commited on
Commit
1077f6d
·
verified ·
1 Parent(s): 30deb1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as b:
122
  with gr.Row():
123
  gr.Markdown("**Blablabla**")
124
  with gr.Row():
125
- gr.Radio(label="Speed", choices = speeds, value = "schnell")
126
 
127
  with gr.Accordion("Control", open=False):
128
  stream=gr.Checkbox(label="Stream",info="Streaming is fast, but lower quality",value=True,interactive=True)
 
122
  with gr.Row():
123
  gr.Markdown("**Blablabla**")
124
  with gr.Row():
125
+ gr.Radio(label="Vitess", choices = speeds, value = "schnell")
126
 
127
  with gr.Accordion("Control", open=False):
128
  stream=gr.Checkbox(label="Stream",info="Streaming is fast, but lower quality",value=True,interactive=True)