NikosKprl commited on
Commit
6b64ff2
·
verified ·
1 Parent(s): 2d2d25b

Update ✨Entity Linking Application✨.py

Browse files
✨Entity Linking Application✨.py CHANGED
@@ -426,7 +426,7 @@ def main_cli():
426
  number = 0
427
  for i,j,o in zip(list_with_full_names,list_with_contexts,list_with_names_to_show):
428
  number += 1
429
- with st.spinner(f"Applying Candidate Selection module... (4/5) [{number}/{len(list_with_full_names)}]")):
430
  with open(f"/home/user/app/info_extraction/{i}.json", "r") as f:
431
  json_file = json.load(f)
432
  lista = []
 
426
  number = 0
427
  for i,j,o in zip(list_with_full_names,list_with_contexts,list_with_names_to_show):
428
  number += 1
429
+ with st.spinner(f"Applying Candidate Selection module... (4/5) [{number}/{len(list_with_full_names)}]"):
430
  with open(f"/home/user/app/info_extraction/{i}.json", "r") as f:
431
  json_file = json.load(f)
432
  lista = []