tee342 commited on
Commit
50fe291
·
verified ·
1 Parent(s): 206df63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- allow_flagging="never",
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 -----