We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20abf5 commit 47d4f26Copy full SHA for 47d4f26
src/huggingface_hub/__init__.py
@@ -164,6 +164,8 @@
164
"HfApi",
165
"ModelInfo",
166
"Organization",
167
+ "RepoFile",
168
+ "RepoFolder",
169
"RepoUrl",
170
"SpaceInfo",
171
"User",
@@ -709,6 +711,8 @@
709
711
"REPO_TYPE_MODEL",
710
712
"REPO_TYPE_SPACE",
713
"RepoCard",
714
715
716
717
"SentenceSimilarityInput",
718
"SentenceSimilarityInputData",
@@ -1182,6 +1186,8 @@ def __dir__():
1182
1186
HfApi, # noqa: F401
1183
1187
ModelInfo, # noqa: F401
1184
1188
Organization, # noqa: F401
1189
+ RepoFile, # noqa: F401
1190
+ RepoFolder, # noqa: F401
1185
1191
RepoUrl, # noqa: F401
1192
SpaceInfo, # noqa: F401
1193
User, # noqa: F401
0 commit comments