Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -57,13 +57,19 @@ def text_to_single_id_generation_block():
|
|
57 |
with gr.Row():
|
58 |
examples = [
|
59 |
[
|
60 |
-
"A
|
61 |
"assets/examples/1-newton.jpg",
|
62 |
"assets/No-Image-Placeholder.png",
|
63 |
"assets/examples/1-output-1.png",
|
64 |
],
|
65 |
[
|
66 |
-
"A
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
"assets/examples/1-newton.jpg",
|
68 |
"assets/examples/1-style-1.jpg",
|
69 |
"assets/examples/1-output-2.png",
|
|
|
57 |
with gr.Row():
|
58 |
examples = [
|
59 |
[
|
60 |
+
"A man with short black hair, was paired with a blue denim jacket with yellow details.",
|
61 |
"assets/examples/1-newton.jpg",
|
62 |
"assets/No-Image-Placeholder.png",
|
63 |
"assets/examples/1-output-1.png",
|
64 |
],
|
65 |
[
|
66 |
+
"A little boy with short black hair, was paired with a blue denim jacket with yellow details.",
|
67 |
+
"assets/examples/1-newton.jpg",
|
68 |
+
"assets/No-Image-Placeholder.png",
|
69 |
+
"assets/examples/1-output-4.png",
|
70 |
+
],
|
71 |
+
[
|
72 |
+
"A man with short black hair, was paired with a blue denim jacket with yellow details.",
|
73 |
"assets/examples/1-newton.jpg",
|
74 |
"assets/examples/1-style-1.jpg",
|
75 |
"assets/examples/1-output-2.png",
|