Spaces:
Running
on
Zero
Running
on
Zero
Update src/main.py
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -263,7 +263,7 @@ def combine_audio(audio_paths, output_path, main_gain, backup_gain, inst_gain, o
|
|
263 |
|
264 |
|
265 |
# @spaces.GPU(enable_queue=True, duration=130)
|
266 |
-
@spaces.GPU(duration=
|
267 |
def process_song(
|
268 |
song_dir, song_input, mdx_model_params, song_id, is_webui, input_type, progress,
|
269 |
keep_files, pitch_change, pitch_change_all, voice_model, index_rate, filter_radius,
|
|
|
263 |
|
264 |
|
265 |
# @spaces.GPU(enable_queue=True, duration=130)
|
266 |
+
@spaces.GPU(duration=59)
|
267 |
def process_song(
|
268 |
song_dir, song_input, mdx_model_params, song_id, is_webui, input_type, progress,
|
269 |
keep_files, pitch_change, pitch_change_all, voice_model, index_rate, filter_radius,
|