Commit
·
3ec40b4
1
Parent(s):
6e8796e
updated app
Browse files
app.py
CHANGED
@@ -39,6 +39,8 @@ with open(f"{data_folder}/car_parts.json", "r") as f:
|
|
39 |
faiss_index_path = f"{data_folder}/invoice_index.faiss"
|
40 |
print("File size:", os.path.getsize(faiss_index_path))
|
41 |
|
|
|
|
|
42 |
|
43 |
if "pipeline" not in st.session_state:
|
44 |
st.session_state.pipeline = InvoiceGenerator(
|
|
|
39 |
faiss_index_path = f"{data_folder}/invoice_index.faiss"
|
40 |
print("File size:", os.path.getsize(faiss_index_path))
|
41 |
|
42 |
+
st.image("data/images/invoice_car-body-scratches-789.png", width=300)
|
43 |
+
|
44 |
|
45 |
if "pipeline" not in st.session_state:
|
46 |
st.session_state.pipeline = InvoiceGenerator(
|