Kangarroar commited on
Commit
5149a1f
1 Parent(s): 82cd584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title
69
  print(manipulated_sound)
70
  manipulated_sound.save("que.wav", "WAV")
71
  print("Gender correct!")
 
72
  if clip_completed:
73
  st.audio(wav_gen)
74
 
 
69
  print(manipulated_sound)
70
  manipulated_sound.save("que.wav", "WAV")
71
  print("Gender correct!")
72
+ clip_completed = True
73
  if clip_completed:
74
  st.audio(wav_gen)
75