text-to-image / README.md
jeffyuyu's picture
Update README.md
25c6ecb verified
---
title: Text To Image
emoji: 🖼
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 5.23.3
app_file: app.py
pinned: false
---
# Text-to-Image Generator
This is a Gradle-based application that uses DiffusionPipeline to generate high-quality images from text prompts. Designed to run seamlessly on Hugging Face Spaces.
[![Sync to Hugging Face hub](https://github.com/00953021/huggingface-text-to-image/actions/workflows/main.yml/badge.svg)](https://github.com/00953021/huggingface-text-to-image/actions/workflows/main.yml)
Try Demo Text To Image [Here](https://huggingface.co/spaces/jeffyuyu/text-to-image)
![mlops-hugging-face](https://user-images.githubusercontent.com/58792/170845235-7f00d61c-ea36-4d28-82d0-3a9b8c0f1769.png)
# References
[MLOps with Hugging Face Spaces, Gradio and Github Actions](https://github.com/nogibjj/hugging-face)