dinhquangson commited on
Commit
015125b
·
1 Parent(s): 37bbd83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def pdf2images(file: UploadFile=File(...)):
34
  print('Results of VLDoc: ')
35
  for k, v in result.items():
36
  print(f'{k}: {v}')
37
- return result.items()["img_embedding"],result.items()["text_embedding"]
 
34
  print('Results of VLDoc: ')
35
  for k, v in result.items():
36
  print(f'{k}: {v}')
37
+ return result["img_embedding"],result["text_embedding"]