ryanzhangfan commited on
Commit
562648a
1 Parent(s): 4f39891
Files changed (1) hide show
  1. demo/generation_frontend.py +2 -2
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:37
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/ballon.webp", "floats above theforest"],
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: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