Spaces:
Runtime error
Runtime error
Prudvireddy
commited on
Update app.py
Browse files
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('
|
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:
|