Prudvireddy commited on
Commit
c8ec45f
·
verified ·
1 Parent(s): b61bf5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ if size=='9:16':
61
  stabilityai_api_key = st.text_input('Enter your stability ai API key here')
62
  mail = st.text_input('Enter you email address')
63
 
64
- if st.button('Generate'):
65
  st.text(f"Video will be sent to {mail}")
66
  result = generate_video(topic, openai_api_key, stabilityai_api_key, mail)
67
  # with open(result, 'rb') as video_file:
 
61
  stabilityai_api_key = st.text_input('Enter your stability ai API key here')
62
  mail = st.text_input('Enter you email address')
63
 
64
+ if st.button('Mail me'):
65
  st.text(f"Video will be sent to {mail}")
66
  result = generate_video(topic, openai_api_key, stabilityai_api_key, mail)
67
  # with open(result, 'rb') as video_file: