Spaces:
Runtime error
Runtime error
Commit
Β·
3fbed3b
1
Parent(s):
63622bb
update
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def infer_music(lrc, ref_audio_path, steps, file_type, cfg_strength, odeint_meth
|
|
| 59 |
sway_sampling_coef=sway_sampling_coef,
|
| 60 |
start_time=start_time,
|
| 61 |
file_type=file_type,
|
| 62 |
-
odeint_method=
|
| 63 |
)
|
| 64 |
devicetorch.empty_cache(torch)
|
| 65 |
gc.collect()
|
|
|
|
| 59 |
sway_sampling_coef=sway_sampling_coef,
|
| 60 |
start_time=start_time,
|
| 61 |
file_type=file_type,
|
| 62 |
+
odeint_method=odeint_method,
|
| 63 |
)
|
| 64 |
devicetorch.empty_cache(torch)
|
| 65 |
gc.collect()
|