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