Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
| 5 |
-
Install the Hugging Face CLI:
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
# (optional) Login with your Hugging Face credentials
|
| 8 |
---
|
| 9 |
hf auth login
|
|
|
|
| 10 |
---
|
| 11 |
# Push your model files
|
| 12 |
---
|
| 13 |
hf upload danielfoca89/Maya_Rossi .
|
|
|
|
| 14 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# Install the Hugging Face CLI:
|
| 8 |
+
curl -LsSf https://hf.co/cli/install.sh | bash
|
| 9 |
+
|
| 10 |
---
|
| 11 |
# (optional) Login with your Hugging Face credentials
|
| 12 |
---
|
| 13 |
hf auth login
|
| 14 |
+
|
| 15 |
---
|
| 16 |
# Push your model files
|
| 17 |
---
|
| 18 |
hf upload danielfoca89/Maya_Rossi .
|
| 19 |
+
|
| 20 |
---
|