Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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 |
|