Spaces:
Running
Running
Fix org card display
#1
by
FranckAbgrall HF Staff - opened
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
|
| 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
|
| 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
|