nakas commited on
Commit
5542a92
Β·
1 Parent(s): b49f5d3

Update app.py

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