ShahbazAhmad-Lab commited on
Commit
14e9299
·
verified ·
1 Parent(s): 011c7d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -10
README.md CHANGED
@@ -1,13 +1,26 @@
 
 
 
 
 
 
1
  ---
2
- title: TextToimage
3
- emoji: 🐠
4
- colorFrom: yellow
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 6.12.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
+ # 🎨 AI Image Generator (FLUX.1-schnell)
2
+
3
+ A production-ready Gradio app that generates images from text prompts using the Hugging Face model:
4
+
5
+ **black-forest-labs/FLUX.1-schnell**
6
+
7
  ---
8
+
9
+ ## 🚀 Features
10
+
11
+ - Text-to-image generation
12
+ - Prompt enhancement with styles
13
+ - Retry & error handling
14
+ - Secure API token usage
15
+ - Seed support (reproducibility)
16
+ - Image download option
17
+ - Clean Gradio UI
18
+
19
  ---
20
 
21
+ ## 🛠️ Setup Instructions
22
+
23
+ ### 1. Clone Repository
24
+ ```bash
25
+ git clone <your-repo-url>
26
+ cd <repo-folder>