mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 17:54:20 +01:00
10 lines
111 B
Python
10 lines
111 B
Python
import click
|
|
|
|
def main():
|
|
pass
|
|
|
|
@click.command()
|
|
@click.argument('text')
|
|
def dream(text):
|
|
return image
|