AIvry commited on
Commit
9ae59a2
·
verified ·
1 Parent(s): 006d4f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def process_audio_files(zip_file, model_name, layer, alpha):
158
  """Main processing function that combines CPU and GPU parts."""
159
 
160
  # First, do CPU preprocessing
161
- manifest, layer_final, alpha_processed, model_name = process_audio_files_cpu(
162
  zip_file, model_name, layer, alpha
163
  )
164
 
 
158
  """Main processing function that combines CPU and GPU parts."""
159
 
160
  # First, do CPU preprocessing
161
+ manifest, layer_final, alpha_processed = process_audio_files_cpu(
162
  zip_file, model_name, layer, alpha
163
  )
164