Zacgo commited on
Commit
a8490d6
1 Parent(s): 4c9fe71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -145,7 +145,7 @@ correct_password = os.environ.get("gatepassword")
145
  ###
146
  if st.button("Render audio"):
147
  if password == correct_password:
148
- render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title2, title3, noise_step, choice, use_mel_as_base)
149
 
150
  else:
151
- st.error("Password is IAgreeToTheTOS, from haru0l")
 
145
  ###
146
  if st.button("Render audio"):
147
  if password == correct_password:
148
+ st.error("Password is IAgreeToTheTOS, from haru0l")
149
 
150
  else:
151
+ render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title2, title3, noise_step, choice, use_mel_as_base)