[hf_api] slightly more doc

This commit is contained in:
Julien Chaumond
2020-03-04 23:55:46 -05:00
parent f564f93c84
commit 3f067f4409

View File

@@ -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