Spaces:
Runtime error
Runtime error
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 = []
|