From 572dccaf4073bce34e4b1c264ca57a749da83b0e Mon Sep 17 00:00:00 2001 From: zhuchi76 Date: Fri, 27 Dec 2024 16:06:57 +0800 Subject: [PATCH] feat: update README with project details 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. --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a37779c..ff101d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -# huggingface-text-to-image -Example of huggingface space project +--- +title: FLUX Text-to-Image Generator +emoji: 🖼️ +colorFrom: indigo +colorTo: pink +sdk: streamlit +python_version: 3.10 +sdk_version: 1.23.0 +app_file: app.py +fullWidth: true +header: default +short_description: A Streamlit-based app for generating images from text prompts using FLUX.1-dev. +tags: + - text-to-image + - AI + - Streamlit + - HuggingFace +pinned: true +thumbnail: https://via.placeholder.com/300?text=FLUX +--- + + +# FLUX Text-to-Image Generator +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.