Spaces:
Running
Running
fx
Browse files
app.py
CHANGED
@@ -1451,7 +1451,7 @@ with gr.Blocks(theme='huggingface', css=css_buttons) as demo:
|
|
1451 |
soundscape_input = gr.Textbox(lines=1,
|
1452 |
value="frogs",
|
1453 |
label="AudioGen Txt"
|
1454 |
-
)
|
1455 |
kv_input = gr.Number(
|
1456 |
label="kv Period",
|
1457 |
value=24,
|
|
|
1451 |
soundscape_input = gr.Textbox(lines=1,
|
1452 |
value="frogs",
|
1453 |
label="AudioGen Txt"
|
1454 |
+
)
|
1455 |
kv_input = gr.Number(
|
1456 |
label="kv Period",
|
1457 |
value=24,
|