Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ if st.sidebar.button("Generate Image"):
|
|
55 |
image = Image.open(BytesIO(b64decode(output)))
|
56 |
st.image(image, caption='Generated Image', use_column_width = True)
|
57 |
|
58 |
-
|
59 |
-
|
60 |
|
61 |
|
62 |
|
|
|
55 |
image = Image.open(BytesIO(b64decode(output)))
|
56 |
st.image(image, caption='Generated Image', use_column_width = True)
|
57 |
|
58 |
+
else:
|
59 |
+
st.sidebar.warning("Please enter your Personal Access Token.")
|
60 |
|
61 |
|
62 |
|