Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,6 @@ with gr.Blocks(theme=theme) as demo:
|
|
33 |
input = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Audio")
|
34 |
|
35 |
with gr.Column(scale=1):
|
36 |
-
temperatures = gr.CheckboxGroup(choices=[0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0], value=[0.0, 0.2, 0.4], label="temperatures")
|
37 |
output = gr.Textbox(label="Output", lines=8)
|
38 |
|
39 |
with gr.Row(variant="panel"):
|
|
|
33 |
input = gr.Audio(sources=["upload", "microphone"], type="filepath", label="Audio")
|
34 |
|
35 |
with gr.Column(scale=1):
|
|
|
36 |
output = gr.Textbox(label="Output", lines=8)
|
37 |
|
38 |
with gr.Row(variant="panel"):
|