zhuchi76 commited on
Commit
e5c4be4
·
1 Parent(s): a8b3aed

feat: update README with demo link and badge

Browse files

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

Files changed (1) hide show
  1. README.md +12 -0
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
+ [![Sync to Hugging Face hub](https://github.com/ARG-NCTU/huggingface-text-to-image/actions/workflows/main.yml/badge.svg)](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
+ ![mlops-hugging-face](https://user-images.githubusercontent.com/58792/170845235-7f00d61c-ea36-4d28-82d0-3a9b8c0f1769.png)
23
+
24
+ # References
25
+ [MLOps with Hugging Face Spaces, Gradio and Github Actions](https://github.com/nogibjj/hugging-face)