Spaces:
Running
Running
import os | |
async def path_is_valid(path: str) -> bool: | |
return os.path.exists(path) | |
import os | |
async def path_is_valid(path: str) -> bool: | |
return os.path.exists(path) | |