Files
DALLE2-pytorch/dalle2_pytorch/cli.py

10 lines
121 B
Python

import click
def main():
pass
@click.command()
@click.argument('text')
def dream(text):
return 'not ready yet'