diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ <h1>Dalle Mini API Abuser</h1> <p>Allows you to use <a href=https://huggingface.co/spaces/flax-community/dalle-mini>Dalle Mini</a> from the CLI via the public API.</p> <h2>Usage</h2> -<code> +``` Abuse the dalle-mini API from the cli! Usage: @@ -14,6 +14,4 @@ Options: -h, --help -o, --output=OUTPUT Write output to this folder (default: /tmp/) -n, --number=NUMBER number of images you'd like (default: 9) -</code> - - +``` |