Spaces:
NSOUP
/
No application file

seitoku's picture
Upload folder using huggingface_hub
ba8d952 verified
raw
history blame contribute delete
315 Bytes
import typing
# Functions
def addSamplesDataSearchPath(path: str) -> None: ...
def addSamplesDataSearchSubDirectory(subdir: str) -> None: ...
def findFile(relative_path: str, required: bool = ..., silentMode: bool = ...) -> str: ...
def findFileOrKeep(relative_path: str, silentMode: bool = ...) -> str: ...