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 |
-
|
149 |
|
150 |
else:
|
151 |
-
|
|
|
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)
|