Spaces:
Sleeping
Sleeping
feat: update README with demo link and badge
Browse filesAdded a link to the demo text-to-image generator on Hugging Face Spaces.
Included a badge for the GitHub Actions workflow status. Also added an
image and a reference link to MLOps with Hugging Face Spaces, Gradio,
and GitHub Actions.
README.md
CHANGED
|
@@ -11,3 +11,15 @@ pinned: false
|
|
| 11 |
|
| 12 |
# Text-to-Image Generator
|
| 13 |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# Text-to-Image Generator
|
| 13 |
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.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
[](https://github.com/ARG-NCTU/huggingface-text-to-image/actions/workflows/main.yml)
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
Try Demo Text To Image [Here](https://huggingface.co/spaces/argnctu/text-to-image)
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+
|
| 24 |
+
# References
|
| 25 |
+
[MLOps with Hugging Face Spaces, Gradio and Github Actions](https://github.com/nogibjj/hugging-face)
|