Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def audioStyleTransfer(content,style):
|
|
8 |
sr = librosa.get_samplerate(content)
|
9 |
timedomain.run( style_fname=style, content_fname=content ,output_fname=output, n_fft=4096,
|
10 |
n_filters=4096,
|
11 |
-
hop_length=
|
12 |
alpha=0.05,
|
13 |
k_w=4, # 1 to 3. Lower is better quality but is slower.
|
14 |
sr=sr)
|
|
|
8 |
sr = librosa.get_samplerate(content)
|
9 |
timedomain.run( style_fname=style, content_fname=content ,output_fname=output, n_fft=4096,
|
10 |
n_filters=4096,
|
11 |
+
hop_length=256,
|
12 |
alpha=0.05,
|
13 |
k_w=4, # 1 to 3. Lower is better quality but is slower.
|
14 |
sr=sr)
|