AI-RABBIT commited on
Commit
aa8a741
·
verified ·
1 Parent(s): 28fd2d9

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -13
README.md DELETED
@@ -1,13 +0,0 @@
1
- # SDXL Emoji Generator
2
-
3
- This Hugging Face Space uses the SDXL model with LoRA fine-tuning to generate custom emojis based on a description.
4
-
5
- ## How to use:
6
- 1. Enter a description (e.g., "a man", "a cat").
7
- 2. Click "Submit" to generate an emoji of the description.
8
-
9
- This is powered by the Stable Diffusion XL model, fine-tuned for emojis.
10
-
11
- ## Dependencies:
12
- - Gradio (for the web interface)
13
- - Hugging Face Transformers, Diffusers, and other utilities