youqiwong's picture
Upload folder using huggingface_hub
0c51b93 verified
from typing import Any, List
class ServiceAccountCredentials:
def __init__(self, json_keyfile_name: str, scopes: List[str]): ...
def from_json_keyfile_name(
cls, filename: str, scopes: List[str]
) -> "ServiceAccountCredentials": ...
def service_account(credentials: ServiceAccountCredentials) -> Any: ...