CoolFace
Apppublic

hanhou/patchseq

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
run_capsule.py7 linesDownload Raw Back to code
1""" top level run script """2 3def run():4    """ basic run function """5    pass6 7if __name__ == "__main__": run()