Commit 3f067f44 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[hf_api] slightly more doc

parent f564f93c
...@@ -78,7 +78,7 @@ class ModelInfo: ...@@ -78,7 +78,7 @@ class ModelInfo:
author: Optional[str] = None, author: Optional[str] = None,
downloads: Optional[int] = None, downloads: Optional[int] = None,
tags: List[str] = [], tags: List[str] = [],
siblings: List[Dict] = [], siblings: List[Dict] = [], # list of files that constitute the model
**kwargs **kwargs
): ):
self.modelId = modelId self.modelId = modelId
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment