Spaces:
Running
Running
Commit
·
fa05e6b
1
Parent(s):
e5c4be4
update
Browse files- .github/workflows/main.yml +2 -2
- README.md +2 -2
.github/workflows/main.yml
CHANGED
@@ -16,8 +16,8 @@ jobs:
|
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HF }}
|
19 |
-
run: git remote add space https://
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HF }}
|
23 |
-
run: git push --force https://
|
|
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HF }}
|
19 |
+
run: git remote add space https://Wilbur1240:[email protected]/spaces/Wilbur1240/text-to-image
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HF }}
|
23 |
+
run: git push --force https://Wilbur1240:[email protected]/spaces/Wilbur1240/text-to-image main
|
README.md
CHANGED
@@ -13,10 +13,10 @@ pinned: false
|
|
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 |
-
[
|
|
|
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/wilbur1240/huggingface-text-to-image/actions/workflows/main.yml)
|
17 |
|
18 |
|
19 |
+
Try Demo Text To Image [Here](https://huggingface.co/spaces/Wilbur1240/text-to-image)
|
20 |
|
21 |
|
22 |

|