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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,13 +1,13 @@
1
- ---
2
- title: Emoji
3
- emoji: 📊
4
- colorFrom: blue
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.12.0
8
- app_file: app.py
9
- pinned: false
10
- short_description: APPLE emoji creator
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
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