Spaces:
Running
Running
File size: 131 Bytes
0dc360b |
1 2 3 4 5 6 7 8 9 10 11 12 |
"""
Copyright 2025 Balacoon
api obj reused when interacting with datasets
"""
from huggingface_hub import HfApi
api = HfApi()
|