HPCOpenenv / client.py
huggingmenfordays's picture
deploy: ccyloopss/HPCOpenenv — with OPENENV_API_KEY auth guard
bc35a94
raw
history blame contribute delete
88 Bytes
from inference import main
__all__ = ["main"]
if __name__ == "__main__":
main()