Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -386,13 +386,13 @@ if UseSidebarArtCard:
|
|
386 |
selected_image_url = random.choice(image_urls)
|
387 |
|
388 |
# Get the base64 encoded string of the selected image
|
389 |
-
st.write(selected_image_url)
|
390 |
try:
|
391 |
selected_image_base64 = get_image_as_base64(selected_image_url)
|
392 |
|
393 |
if selected_image_base64 is not None:
|
394 |
with st.sidebar:
|
395 |
-
st.markdown("""### Graphic Novel AI""")
|
396 |
# Display the image
|
397 |
st.markdown(f"")
|
398 |
|
|
|
386 |
selected_image_url = random.choice(image_urls)
|
387 |
|
388 |
# Get the base64 encoded string of the selected image
|
389 |
+
# st.write(selected_image_url)
|
390 |
try:
|
391 |
selected_image_base64 = get_image_as_base64(selected_image_url)
|
392 |
|
393 |
if selected_image_base64 is not None:
|
394 |
with st.sidebar:
|
395 |
+
#st.markdown("""### Graphic Novel AI""")
|
396 |
# Display the image
|
397 |
st.markdown(f"")
|
398 |
|