Spaces:
Build error
Build error
j
commited on
Commit
·
17cceff
1
Parent(s):
8aed020
fixed input audio path to process_fn
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def process_fn(input_audio_path, prompt, seed, guidance_scale, num_inference_ste
|
|
| 28 |
waveform = style_transfer(
|
| 29 |
audioldm,
|
| 30 |
prompt,
|
| 31 |
-
|
| 32 |
transfer_strength,
|
| 33 |
int(seed),
|
| 34 |
duration = audio_length_in_s,
|
|
|
|
| 28 |
waveform = style_transfer(
|
| 29 |
audioldm,
|
| 30 |
prompt,
|
| 31 |
+
input_audio_path,
|
| 32 |
transfer_strength,
|
| 33 |
int(seed),
|
| 34 |
duration = audio_length_in_s,
|