Spaces:
Runtime error
Runtime error
ryanzhangfan
commited on
Commit
•
562648a
1
Parent(s):
4f39891
fix typo
Browse files
demo/generation_frontend.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
# Email : [email protected]
|
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 : [email protected]
|
7 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
8 |
# Create On : 2023-12-11 15:35
|
9 |
+
# Last Modified : 2023-12-20 16:39
|
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/balloon.webp", "floats above theforest"],
|
213 |
],
|
214 |
)
|
215 |
|