Spaces:
Running
Running
phyloforfun
commited on
Commit
•
6b7f4d9
1
Parent(s):
dc252b5
file upload gallery
Browse files
app.py
CHANGED
@@ -1284,13 +1284,14 @@ def content_header():
|
|
1284 |
st.button("Refresh", on_click=refresh)
|
1285 |
|
1286 |
with col_run_2:
|
1287 |
-
st.subheader('Quick Start'
|
1288 |
st.write('1. We include a single image for testing. Without uploading your own images, you can select options below and press "Start Processing" to try VoucherVision.')
|
1289 |
st.write('2. Name your run --- If the same name already exist, VV will append the date to the run name.')
|
1290 |
st.write('3. Choose a LLM version --- Only LLMs with valid keys will appear in the dropdown list.')
|
1291 |
st.write('4. Select a prompt version --- Start with "Version 2". Custom Prompts will include ".yaml" in the name. You can build your own Custom Prompt in the Prompt Builder.')
|
1292 |
st.markdown('5. Upload images --- Up to ~100 images can be uploaded in the Hugging Face Spaces implementation. If you want to process more images at once (and have more control in general) then use the [GitHub version](https://github.com/Gene-Weaver/VoucherVision). If you pay for persistent storage for your HF Space, then you may be able to process more too.')
|
1293 |
with col_run_3:
|
|
|
1294 |
st.write('6. LeafMachine2 collage --- If selected, LeafMachine2 will isolate all text from the image and create a label collage, which will be sent to the OCR algorithm instead of the full image. This improves OCR detection for small or finely written text.')
|
1295 |
st.write('7. OCR overlay images --- If selected, VoucherVision will overlay the OCR detections onto the input image. This is useful for debugging transcription errors to see if the OCR failed or if the LLM failed.')
|
1296 |
st.write('8. Start processing --- Wait for VoucherVision to finish.')
|
|
|
1284 |
st.button("Refresh", on_click=refresh)
|
1285 |
|
1286 |
with col_run_2:
|
1287 |
+
st.subheader('Quick Start')
|
1288 |
st.write('1. We include a single image for testing. Without uploading your own images, you can select options below and press "Start Processing" to try VoucherVision.')
|
1289 |
st.write('2. Name your run --- If the same name already exist, VV will append the date to the run name.')
|
1290 |
st.write('3. Choose a LLM version --- Only LLMs with valid keys will appear in the dropdown list.')
|
1291 |
st.write('4. Select a prompt version --- Start with "Version 2". Custom Prompts will include ".yaml" in the name. You can build your own Custom Prompt in the Prompt Builder.')
|
1292 |
st.markdown('5. Upload images --- Up to ~100 images can be uploaded in the Hugging Face Spaces implementation. If you want to process more images at once (and have more control in general) then use the [GitHub version](https://github.com/Gene-Weaver/VoucherVision). If you pay for persistent storage for your HF Space, then you may be able to process more too.')
|
1293 |
with col_run_3:
|
1294 |
+
st.subheader('')
|
1295 |
st.write('6. LeafMachine2 collage --- If selected, LeafMachine2 will isolate all text from the image and create a label collage, which will be sent to the OCR algorithm instead of the full image. This improves OCR detection for small or finely written text.')
|
1296 |
st.write('7. OCR overlay images --- If selected, VoucherVision will overlay the OCR detections onto the input image. This is useful for debugging transcription errors to see if the OCR failed or if the LLM failed.')
|
1297 |
st.write('8. Start processing --- Wait for VoucherVision to finish.')
|