Spaces:
Sleeping
Sleeping
Update src/main.py
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -254,7 +254,7 @@ def combine_audio(audio_paths, output_path, main_gain, backup_gain, inst_gain, o
|
|
254 |
|
255 |
|
256 |
# @spaces.GPU(enable_queue=True, duration=130)
|
257 |
-
@spaces.GPU(duration=
|
258 |
def process_song(
|
259 |
song_dir, song_input, mdx_model_params, song_id, is_webui, input_type, progress,
|
260 |
keep_files, pitch_change, pitch_change_all, voice_model, index_rate, filter_radius,
|
|
|
254 |
|
255 |
|
256 |
# @spaces.GPU(enable_queue=True, duration=130)
|
257 |
+
@spaces.GPU(duration=160)
|
258 |
def process_song(
|
259 |
song_dir, song_input, mdx_model_params, song_id, is_webui, input_type, progress,
|
260 |
keep_files, pitch_change, pitch_change_all, voice_model, index_rate, filter_radius,
|