Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,6 @@ st.set_page_config(page_title="Text to Speech", layout="centered")
|
|
| 8 |
|
| 9 |
# Streamlit sidebar elements
|
| 10 |
st.sidebar.title("Imagen-2 Image Generator")
|
| 11 |
-
prompt = st.sidebar.text_input("Enter your prompt:", value='A penguin watching the sunset.')
|
| 12 |
PAT = st.sidebar.text_input("Enter your Personal Access Token:", type="password")
|
| 13 |
|
| 14 |
# Authentication details (hide or secure this in production!)
|
|
|
|
| 8 |
|
| 9 |
# Streamlit sidebar elements
|
| 10 |
st.sidebar.title("Imagen-2 Image Generator")
|
|
|
|
| 11 |
PAT = st.sidebar.text_input("Enter your Personal Access Token:", type="password")
|
| 12 |
|
| 13 |
# Authentication details (hide or secure this in production!)
|