MaxReimann
commited on
Commit
•
a1a1971
1
Parent(s):
88eca36
Update Whitebox_style_transfer.py
Browse files
Whitebox_style_transfer.py
CHANGED
@@ -314,8 +314,7 @@ st.session_state["effect_input"] = content_img
|
|
314 |
st.session_state["last_result"] = img_res
|
315 |
|
316 |
with coll1:
|
317 |
-
|
318 |
-
result_image_placeholder.image(img_res)#, width=width)
|
319 |
|
320 |
# a bit hacky way to return focus to top of page after clicking on images
|
321 |
components.html(
|
|
|
314 |
st.session_state["last_result"] = img_res
|
315 |
|
316 |
with coll1:
|
317 |
+
result_image_placeholder.image(img_res)
|
|
|
318 |
|
319 |
# a bit hacky way to return focus to top of page after clicking on images
|
320 |
components.html(
|