nakas commited on
Commit
d67b2d2
·
1 Parent(s): a1e3941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=outpu, n_fft=4096,
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,