alexandraroze commited on
Commit
2093584
·
1 Parent(s): 59cff76

changed app

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -38,9 +38,7 @@ with open(f"{data_folder}/car_parts.json", "r") as f:
38
  car_parts = json.load(f)
39
 
40
  faiss_index_path = f"{data_folder}/invoice_index.faiss"
41
- print("File size:", os.path.getsize(faiss_index_path))
42
-
43
- st.image("data/images/invoice_car-body-scratches-789.png", width=300)
44
 
45
 
46
  if "pipeline" not in st.session_state:
 
38
  car_parts = json.load(f)
39
 
40
  faiss_index_path = f"{data_folder}/invoice_index.faiss"
41
+ print("Index file size:", os.path.getsize(faiss_index_path))
 
 
42
 
43
 
44
  if "pipeline" not in st.session_state: