Commit
·
4f39891
1
Parent(s):
9acba3b
update examples
Browse files- demo/generation_frontend.py +2 -2
- demo/meta.py +1 -1
- examples/balloon.webp +0 -0
- examples/doodle.png +0 -0
demo/generation_frontend.py
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
# Email : zhangfan@baai.ac.cn
|
| 7 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
| 8 |
# Create On : 2023-12-11 15:35
|
| 9 |
-
# Last Modified : 2023-12-20 16:
|
| 10 |
# File Name : generation_frontend.py
|
| 11 |
# Description :
|
| 12 |
#
|
|
@@ -209,7 +209,7 @@ def build_generation(args):
|
|
| 209 |
examples_it2i = gr.Dataset(components=[gr.Image(type="pil", visible=False), gr.Textbox(visible=False)],
|
| 210 |
samples=[
|
| 211 |
["./examples/dog2.jpg", "wearing a red hat on the beach."],
|
| 212 |
-
["./examples/
|
| 213 |
],
|
| 214 |
)
|
| 215 |
|
|
|
|
| 6 |
# Email : zhangfan@baai.ac.cn
|
| 7 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
| 8 |
# Create On : 2023-12-11 15:35
|
| 9 |
+
# Last Modified : 2023-12-20 16:37
|
| 10 |
# File Name : generation_frontend.py
|
| 11 |
# Description :
|
| 12 |
#
|
|
|
|
| 209 |
examples_it2i = gr.Dataset(components=[gr.Image(type="pil", visible=False), gr.Textbox(visible=False)],
|
| 210 |
samples=[
|
| 211 |
["./examples/dog2.jpg", "wearing a red hat on the beach."],
|
| 212 |
+
["./examples/ballon.webp", "floats above theforest"],
|
| 213 |
],
|
| 214 |
)
|
| 215 |
|
demo/meta.py
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
# Email : zhangfan@baai.ac.cn
|
| 9 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
| 10 |
# Create On : 2023-12-12 02:54
|
| 11 |
-
# Last Modified : 2023-12-20
|
| 12 |
# File Name : meta.py
|
| 13 |
# Description :
|
| 14 |
#
|
|
|
|
| 8 |
# Email : zhangfan@baai.ac.cn
|
| 9 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
| 10 |
# Create On : 2023-12-12 02:54
|
| 11 |
+
# Last Modified : 2023-12-20 16:37
|
| 12 |
# File Name : meta.py
|
| 13 |
# Description :
|
| 14 |
#
|
examples/balloon.webp
ADDED
|
examples/doodle.png
DELETED
|
Binary file (80 kB)
|
|
|