Spaces:
Running
Running
Upload 34 files
Browse files- .gitattributes +1 -0
- app.py +7 -1
- assets/examples/1-output-5.png +3 -0
- assets/examples/1-style-2.jpg +0 -0
.gitattributes
CHANGED
@@ -51,3 +51,4 @@ assets/examples/3-stylegan2-ffhq-0293.png filter=lfs diff=lfs merge=lfs -text
|
|
51 |
assets/examples/3-stylegan2-ffhq-0381.png filter=lfs diff=lfs merge=lfs -text
|
52 |
assets/examples/Trump-4.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
assets/examples/1-output-4.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
51 |
assets/examples/3-stylegan2-ffhq-0381.png filter=lfs diff=lfs merge=lfs -text
|
52 |
assets/examples/Trump-4.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
assets/examples/1-output-4.png filter=lfs diff=lfs merge=lfs -text
|
54 |
+
assets/examples/1-output-5.png filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -74,6 +74,12 @@ def text_to_single_id_generation_block():
|
|
74 |
"assets/examples/1-style-1.jpg",
|
75 |
"assets/examples/1-output-2.png",
|
76 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
]
|
78 |
gr.Examples(
|
79 |
label="Examples",
|
@@ -156,7 +162,7 @@ def text_to_multi_id_generation_block():
|
|
156 |
with gr.Row():
|
157 |
examples = [
|
158 |
[
|
159 |
-
"
|
160 |
"assets/examples/2-stylegan2-ffhq-0100.png",
|
161 |
"assets/examples/2-stylegan2-ffhq-0293.png",
|
162 |
"assets/No-Image-Placeholder.png",
|
|
|
74 |
"assets/examples/1-style-1.jpg",
|
75 |
"assets/examples/1-output-2.png",
|
76 |
],
|
77 |
+
[
|
78 |
+
"A man with short black hair, was paired with a blue denim jacket with yellow details.",
|
79 |
+
"assets/examples/1-newton.jpg",
|
80 |
+
"assets/examples/1-style-2.jpg",
|
81 |
+
"assets/examples/1-output-5.png",
|
82 |
+
],
|
83 |
]
|
84 |
gr.Examples(
|
85 |
label="Examples",
|
|
|
162 |
with gr.Row():
|
163 |
examples = [
|
164 |
[
|
165 |
+
"The two women are captured in laughter and joy, their faces brimming with sincere happiness against the backdrop of a peaceful beach at sunset. The painting, depicted in soft style, captures the warmth and tranquility of the moment.",
|
166 |
"assets/examples/2-stylegan2-ffhq-0100.png",
|
167 |
"assets/examples/2-stylegan2-ffhq-0293.png",
|
168 |
"assets/No-Image-Placeholder.png",
|
assets/examples/1-output-5.png
ADDED
Git LFS Details
|
assets/examples/1-style-2.jpg
ADDED