Kangarroar commited on
Commit
50ec78c
1 Parent(s): e3b4214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -69,10 +69,8 @@ def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title
69
  manipulated_sound = call(sound, "Change gender", 75, 500, factor, 0, 1, 1)
70
  print(manipulated_sound)
71
  manipulated_sound.save("que.wav", "WAV")
72
- print("Gender correct!") use_gt_mel=use_mel_as_base, add_noise_step=noise_step,project_name=project_name,out_path=wav_gen)
73
- clip_completed = True
74
  if clip_completed:
75
-
76
  st.audio(wav_gen)
77
 
78
  #######################################################
 
69
  manipulated_sound = call(sound, "Change gender", 75, 500, factor, 0, 1, 1)
70
  print(manipulated_sound)
71
  manipulated_sound.save("que.wav", "WAV")
72
+ print("Gender correct!")
 
73
  if clip_completed:
 
74
  st.audio(wav_gen)
75
 
76
  #######################################################