Skip to content

Commit

Permalink
feat: update README with project details
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zhuchi76 committed Dec 27, 2024
1 parent 6d7d459 commit 572dcca
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 572dcca

Please sign in to comment.