Serve emojis as image type - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9209aad6a9e525eb0c2b55f46d2a5ca685fa6ff0 | |
parent 7597350810965fc73bea08619b43360d8243c7eb | |
Author: Quentin Rameau <[email protected]> | |
Date: Sat, 2 Jul 2022 11:49:36 +0200 | |
Serve emojis as image type | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M dalle-gen-emoji | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/dalle-gen-emoji b/dalle-gen-emoji | |
@@ -43,7 +43,7 @@ def main(args): | |
emojifile = "%s.jpg" % (emoji.replace(" ", "-")) | |
filebase = "/br/ai/dalle/dalle-results/" | |
- emojiuribase = "gopher://bitreich.org/9/emoji/" | |
+ emojiuribase = "gopher://bitreich.org/I/emoji/" | |
imguri = "http://127.0.0.1:32553/dalle" | |
jsonreq = {"text": emoji, "num_images": 1} | |