Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
-
---
|
2 |
-
title: Text To Image
|
3 |
-
emoji: 🖼
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: red
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
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/lee-910530/huggingface-text-to-image/actions/workflows/main.yml)
|
17 |
-
|
18 |
-
|
19 |
-
Try Demo Text To Image [Here](https://huggingface.co/spaces/lee-910530/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)
|
|
|
1 |
+
---
|
2 |
+
title: Text To Image
|
3 |
+
emoji: 🖼
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: red
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.24.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
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/lee-910530/huggingface-text-to-image/actions/workflows/main.yml)
|
17 |
+
|
18 |
+
|
19 |
+
Try Demo Text To Image [Here](https://huggingface.co/spaces/lee-910530/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)
|