Spaces:
Sleeping
Sleeping
feat: update README with project details
Browse filesUpdated the README.md file to include detailed project information such as
title, emoji, color scheme, SDK, Python version, app file, description, tags,
and thumbnail. This enhances the documentation and provides a better overview
of the FLUX Text-to-Image Generator project.
README.md
CHANGED
@@ -1,2 +1,24 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: FLUX Text-to-Image Generator
|
3 |
+
emoji: 🖼️
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: streamlit
|
7 |
+
python_version: 3.10
|
8 |
+
sdk_version: 1.23.0
|
9 |
+
app_file: app.py
|
10 |
+
fullWidth: true
|
11 |
+
header: default
|
12 |
+
short_description: A Streamlit-based app for generating images from text prompts using FLUX.1-dev.
|
13 |
+
tags:
|
14 |
+
- text-to-image
|
15 |
+
- AI
|
16 |
+
- Streamlit
|
17 |
+
- HuggingFace
|
18 |
+
pinned: true
|
19 |
+
thumbnail: https://via.placeholder.com/300?text=FLUX
|
20 |
+
---
|
21 |
+
|
22 |
+
|
23 |
+
# FLUX Text-to-Image Generator
|
24 |
+
This is a Streamlit-based application that uses FLUX.1-dev to generate high-quality images from text prompts. Designed to run seamlessly on Hugging Face Spaces.
|