Spaces:
Running
Running
phyloforfun
commited on
Commit
•
39c6a41
1
Parent(s):
c3bedaf
Major update. Support for 15 LLMs, World Flora Online taxonomy validation, geolocation, 2 OCR methods, significant UI changes, stability improvements, consistent JSON parsing
Browse files
app.py
CHANGED
@@ -1857,7 +1857,7 @@ def content_collage_overlay():
|
|
1857 |
# Load the image only if it's not already in the session state
|
1858 |
if "demo_collage" not in st.session_state:
|
1859 |
# ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.png')
|
1860 |
-
ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.
|
1861 |
st.session_state["demo_collage"] = Image.open(ba)
|
1862 |
|
1863 |
# Display the image
|
|
|
1857 |
# Load the image only if it's not already in the session state
|
1858 |
if "demo_collage" not in st.session_state:
|
1859 |
# ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.png')
|
1860 |
+
ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.png')
|
1861 |
st.session_state["demo_collage"] = Image.open(ba)
|
1862 |
|
1863 |
# Display the image
|