Spaces:
Sleeping
Sleeping
Update ✨Entity Linking Application✨.py
Browse files
✨Entity Linking Application✨.py
CHANGED
@@ -417,7 +417,7 @@ def main_cli():
|
|
417 |
number = 0
|
418 |
for i,j,o in zip(list_with_full_names,list_with_contexts,list_with_names_to_show):
|
419 |
number += 1
|
420 |
-
with st.spinner(f"Applying Candidate Selection module... (4/5) [{number}/{len(list_with_full_names)}] (This may take a while)"):
|
421 |
with open(f"/home/user/app/info_extraction/{i}.json", "r") as f:
|
422 |
json_file = json.load(f)
|
423 |
lista = []
|
|
|
417 |
number = 0
|
418 |
for i,j,o in zip(list_with_full_names,list_with_contexts,list_with_names_to_show):
|
419 |
number += 1
|
420 |
+
with st.spinner(f"Applying Candidate Selection module... (4/5) [{number}/{len(list_with_full_names)}] (This may take a while due to limited resources)"):
|
421 |
with open(f"/home/user/app/info_extraction/{i}.json", "r") as f:
|
422 |
json_file = json.load(f)
|
423 |
lista = []
|