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