Spaces:
Running
Running
phyloforfun
commited on
Commit
•
f5215c3
1
Parent(s):
be1cb60
update help info
Browse files
app.py
CHANGED
@@ -1396,7 +1396,7 @@ def content_header():
|
|
1396 |
with col_run_4:
|
1397 |
with st.expander("View Messages and Updates"):
|
1398 |
st.info("***Note:*** If you use VoucherVision frequently, you can change the default values that are auto-populated in the form below. In a text editor or IDE, edit the first few rows in the file `../VoucherVision/vouchervision/VoucherVision_Config_Builder.py`")
|
1399 |
-
st.info("Please enable LeafMachine2 collage for full-sized images of herbarium vouchers, you will get better results!")
|
1400 |
|
1401 |
col_test = st.container()
|
1402 |
|
@@ -1693,6 +1693,7 @@ def content_llm_cost():
|
|
1693 |
|
1694 |
|
1695 |
def content_prompt_and_llm_version():
|
|
|
1696 |
st.header('Prompt Version')
|
1697 |
col_prompt_1, col_prompt_2 = st.columns([4,2])
|
1698 |
with col_prompt_1:
|
|
|
1396 |
with col_run_4:
|
1397 |
with st.expander("View Messages and Updates"):
|
1398 |
st.info("***Note:*** If you use VoucherVision frequently, you can change the default values that are auto-populated in the form below. In a text editor or IDE, edit the first few rows in the file `../VoucherVision/vouchervision/VoucherVision_Config_Builder.py`")
|
1399 |
+
st.info("Please enable LeafMachine2 collage for full-sized images of herbarium vouchers, you will get better results! If your image is primarily text (like a flora or book page) then disable the collage.")
|
1400 |
|
1401 |
col_test = st.container()
|
1402 |
|
|
|
1693 |
|
1694 |
|
1695 |
def content_prompt_and_llm_version():
|
1696 |
+
st.info("Note: The default settings may not work for your particular image. If VoucherVision does not produce the results that you were expecting: 1) try disabling the LM2 collage 2) Then try enabling 2 copies of OCR, SLTPvB_long prompt, Azure GPT 4. We are currently building 'recipes' for different scenarios, please stay tuned!")
|
1697 |
st.header('Prompt Version')
|
1698 |
col_prompt_1, col_prompt_2 = st.columns([4,2])
|
1699 |
with col_prompt_1:
|