Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -222,7 +222,6 @@ interface = gr.Interface(
|
|
222 |
description="Upload multiple files, apply effects in bulk, and download all results in a single ZIP.",
|
223 |
allow_flagging="never"
|
224 |
)
|
225 |
-
],
|
226 |
interface = gr.Interface(
|
227 |
fn=batch_process_audio,
|
228 |
inputs=[
|
|
|
222 |
description="Upload multiple files, apply effects in bulk, and download all results in a single ZIP.",
|
223 |
allow_flagging="never"
|
224 |
)
|
|
|
225 |
interface = gr.Interface(
|
226 |
fn=batch_process_audio,
|
227 |
inputs=[
|