zhuchi76 commited on
Commit
572dcca
·
1 Parent(s): 6d7d459

feat: update README with project details

Browse files

Updated 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.

Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,2 +1,24 @@
1
- # huggingface-text-to-image
2
- Example of huggingface space project
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.