Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
2273e65
1
Parent(s):
50ec78c
Update app.py
Browse files
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, noise_step, choice, use_mel_as_base)
|
149 |
|
150 |
else:
|
151 |
st.error("Incorrect password")
|
|
|
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("Incorrect password")
|