summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2025-08-17 19:54:59 -0500
committermsglm <msglm@techchud.xyz>2025-08-17 19:54:59 -0500
commitd1fe6d5902a2f17b1c32ffd8a1155b40a56c3399 (patch)
treeb81424dc53f236b7689a87c81e4f7ee9fe1d0a7c
parente5540e0e0acc12877b9f06fe57ec6c26984fbaa8 (diff)
downloaddallegen-d1fe6d5902a2f17b1c32ffd8a1155b40a56c3399.tar.gz
dallegen-d1fe6d5902a2f17b1c32ffd8a1155b40a56c3399.tar.bz2
dallegen-d1fe6d5902a2f17b1c32ffd8a1155b40a56c3399.zip
readme was broken, so I fixed it. I don't know markdown lol
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d462772..e894d32 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +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 ...]
@@ -12,4 +13,4 @@ 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>