Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ interface = gr.Interface(
|
|
230 |
gr.CheckboxGroup(choices=effect_options, label="Apply Effects in Order"),
|
231 |
gr.Checkbox(label="Isolate Vocals After Effects"),
|
232 |
gr.Dropdown(choices=preset_names, label="Select Preset", value=preset_names[0] if preset_names else None),
|
233 |
-
gr.Dropdown(choices=["MP3", "WAV"], label="Export Format", value="MP3")
|
234 |
],
|
235 |
outputs=gr.File(label="Download ZIP of All Processed Files"),
|
236 |
title="AI Audio Studio - Batch Edition",
|
|
|
230 |
gr.CheckboxGroup(choices=effect_options, label="Apply Effects in Order"),
|
231 |
gr.Checkbox(label="Isolate Vocals After Effects"),
|
232 |
gr.Dropdown(choices=preset_names, label="Select Preset", value=preset_names[0] if preset_names else None),
|
233 |
+
gr.Dropdown(choices=["MP3", "WAV"], label="Export Format", value="MP3"),
|
234 |
],
|
235 |
outputs=gr.File(label="Download ZIP of All Processed Files"),
|
236 |
title="AI Audio Studio - Batch Edition",
|