summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-11 20:45:33 -0600
committermsglm <msglm@techchud.xyz>2023-01-11 20:45:33 -0600
commit37f6f631f7b2a69199cd4e8abc5f89ebca324c2f (patch)
tree6e90cc517ea9b502a89e8d3cf2f7be4742ff3659
parentf7489cd7cff2ed26d42b0f9a0f550a8cf75ab76a (diff)
downloaddallegen-37f6f631f7b2a69199cd4e8abc5f89ebca324c2f.tar.gz
dallegen-37f6f631f7b2a69199cd4e8abc5f89ebca324c2f.tar.bz2
dallegen-37f6f631f7b2a69199cd4e8abc5f89ebca324c2f.zip
readme was broken, so I fixed it. I don't know markdown lol
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index e894d32..364ab65 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
<h1>Dallegen : A 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>
+
Usage:
[options] [prompt ...]
@@ -13,4 +13,3 @@ Options:
-o, --output=OUTPUT Write output to this folder (default: /tmp/)
-n, --number=NUMBER the number of times you'd like to request for each prompt. Expect 9 per request. (default: 1)
-u, --upscale Use SwiniR to upscale the image
-</code>