ines FranckAbgrall HF Staff commited on
Commit
73e6ac8
·
1 Parent(s): 8ea18fc

Fix org card display (#1)

Browse files

- Fix org card display (41ceb5690a67535dee7981bbb769fbd0bb55c458)


Co-authored-by: Franck Abgrall <FranckAbgrall@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,7 +34,7 @@ pinned: false
34
  >
35
  <div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
36
  <pre
37
- class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
38
  python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
39
  </pre>
40
  </div>
@@ -67,7 +67,7 @@ pinned: false
67
  class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
68
  >
69
  <pre
70
- class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
71
  pip install spacy-huggingface-hub
72
  huggingface-cli login
73
  python -m spacy package ./en_ner_fashion ./output --build wheel
 
34
  >
35
  <div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
36
  <pre
37
+ class="break-words whitespace-pre-line text-xs text-gray-800">
38
  python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
39
  </pre>
40
  </div>
 
67
  class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
68
  >
69
  <pre
70
+ class="break-words whitespace-pre-line text-xs md:text-sm text-gray-800">
71
  pip install spacy-huggingface-hub
72
  huggingface-cli login
73
  python -m spacy package ./en_ner_fashion ./output --build wheel