Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -296,9 +296,9 @@ with gr.Blocks(title="AI Audio Studio") as demo:
|
|
296 |
outputs=gr.File(label="Download ZIP of All Processed Files"),
|
297 |
title="Batch Audio Processor",
|
298 |
description="Upload multiple files, apply effects in bulk, and download all results in a single ZIP.",
|
299 |
-
|
300 |
submit_btn="Process All Files",
|
301 |
-
clear_btn=False
|
302 |
)
|
303 |
|
304 |
# ----- Remix Mode Tab -----
|
|
|
296 |
outputs=gr.File(label="Download ZIP of All Processed Files"),
|
297 |
title="Batch Audio Processor",
|
298 |
description="Upload multiple files, apply effects in bulk, and download all results in a single ZIP.",
|
299 |
+
flagging_mode="never", # ✅ New way to disable flagging
|
300 |
submit_btn="Process All Files",
|
301 |
+
clear_btn=None # ✅ Instead of False
|
302 |
)
|
303 |
|
304 |
# ----- Remix Mode Tab -----
|