Penality commited on
Commit
5c0c836
·
verified ·
1 Parent(s): 405a8ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def store_document_data(PDF_FILE):
71
 
72
  doc_index = index.ntotal - 1
73
 
74
- with open(index_file, "rb") as f:
75
  response = requests.post(API_URL_EMBEDDINGS,
76
  files={"file": ("index.bin", f, "application/octet-stream")})
77
 
 
71
 
72
  doc_index = index.ntotal - 1
73
 
74
+ with open(index_file, "rb") as f:
75
  response = requests.post(API_URL_EMBEDDINGS,
76
  files={"file": ("index.bin", f, "application/octet-stream")})
77