mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 09:44:19 +01:00
create the eventual dream cli, like bigsleep library
This commit is contained in:
@@ -2,3 +2,8 @@ import click
|
||||
|
||||
def main():
|
||||
pass
|
||||
|
||||
@click.command()
|
||||
@click.argument('text')
|
||||
def dream(text):
|
||||
return image
|
||||
|
||||
Reference in New Issue
Block a user