You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/huggingface_hub/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Those API utilities are also exposed through the `hf` CLI:
95
95
hf auth login
96
96
hf auth logout
97
97
hf auth whoami
98
-
hr repo create
98
+
hf repo create
99
99
```
100
100
101
101
With the `HfApi` class there are methods to query models, datasets, and Spaces by specific tags (e.g. if you want to list models compatible with your library):
0 commit comments