Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from audio_style_transfer.models import timedomain
|
|
| 4 |
def audioStyleTransfer(content,style):
|
| 5 |
print (style,content)
|
| 6 |
output = ""
|
| 7 |
-
timedomain.run( style_fname=style, content_fname=content ,output_fname=
|
| 8 |
n_filters=4096,
|
| 9 |
hop_length=512,
|
| 10 |
alpha=0.05,
|
|
|
|
| 4 |
def audioStyleTransfer(content,style):
|
| 5 |
print (style,content)
|
| 6 |
output = ""
|
| 7 |
+
timedomain.run( style_fname=style, content_fname=content ,output_fname=output, n_fft=4096,
|
| 8 |
n_filters=4096,
|
| 9 |
hop_length=512,
|
| 10 |
alpha=0.05,
|