Skip to content

Commit

Permalink
Fix linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Oct 31, 2024
1 parent 0f3f3a4 commit ed038f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ojd_daps_skills/extract_skills/extract_skills_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def create(
os.system(
f'pip install "{ner_name} @ https://huggingface.co/{namespace}/{ner_name}/resolve/main/{ner_name}-any-py3-none-any.whl"'
)
msg.info(f"Model downloaded")
msg.info("Model downloaded")
nlp = spacy.load(ner_name)
else:
msg.fail(
Expand Down

0 comments on commit ed038f3

Please sign in to comment.