Spaces:
Running
Running
File size: 248 Bytes
24f95f0 | 1 2 3 4 5 6 7 8 | from app.services.curation.curator import ExampleCurator
from app.services.curation.hf_pusher import HFDatasetPusher
curator = ExampleCurator()
hf_pusher = HFDatasetPusher()
__all__ = ["curator", "hf_pusher", "ExampleCurator", "HFDatasetPusher"]
|