liuhuohuo commited on
Commit
d00ce24
1 Parent(s): a9bc896
Files changed (3) hide show
  1. app.py +8 -5
  2. eval_data/digital_art_1.jpg +0 -0
  3. eval_data/line_2.jpeg +0 -0
app.py CHANGED
@@ -173,17 +173,20 @@ def read_content(file_path: str) -> str:
173
 
174
 
175
  demo_exaples_image = [
176
- ['eval_data/3d_1.png', 'A bouquet of flowers in a vase.', 'image', 123, 1.0, 50],
177
  ['eval_data/craft_1.jpg', 'A modern cityscape with towering skyscrapers.', 'image', 124, 1.0, 50],
178
  ['eval_data/digital_art_2.jpeg', 'A lighthouse standing tall on a rocky coast.', 'image', 123, 1.0, 50],
179
  ['eval_data/oil_paint_2.jpg', 'A man playing the guitar on a city street.', 'image', 123, 1.0, 50],
 
 
 
180
  ]
181
  demo_exaples_video = [
182
- ['eval_data/craft_2.png', 'City street at night with bright lights and busy traffic.', 'video', 123, 1.0, 50],
183
- ['eval_data/anime_1.jpg', 'A field of sunflowers on a sunny day.', 'video', 122, 1.0, 50],
184
  ['eval_data/ink_2.jpeg', 'A knight riding a horse through a field.', 'video', 1, 1.0, 50],
185
- ['eval_data/oil_paint_2.jpg', 'A street performer playing the guitar.', 'video', 123, 1.0, 50],
186
- ['eval_data/icon_1.png', 'A campfire surrounded by tents.', 'video', 123, 1.0, 50],
 
 
 
187
  ]
188
  css = """
189
  #input_img {max-height: 320px;}
 
173
 
174
 
175
  demo_exaples_image = [
 
176
  ['eval_data/craft_1.jpg', 'A modern cityscape with towering skyscrapers.', 'image', 124, 1.0, 50],
177
  ['eval_data/digital_art_2.jpeg', 'A lighthouse standing tall on a rocky coast.', 'image', 123, 1.0, 50],
178
  ['eval_data/oil_paint_2.jpg', 'A man playing the guitar on a city street.', 'image', 123, 1.0, 50],
179
+ ['eval_data/ink_2.jpeg', 'A knight riding a horse through a field.', 'image', 123, 1.0, 50],
180
+ ['eval_data/digital_aer_1.jpg', 'A telescope pointed at the stars.', 'image', 122, 1.0, 50],
181
+ ['eval_data/3d_1.png', 'A bouquet of flowers in a vase.', 'image', 123, 1.0, 50],
182
  ]
183
  demo_exaples_video = [
 
 
184
  ['eval_data/ink_2.jpeg', 'A knight riding a horse through a field.', 'video', 1, 1.0, 50],
185
+ ['eval_data/anime_1.jpg', 'A field of sunflowers on a sunny day.', 'video', 122, 1.0, 50],
186
+ ['eval_data/oil_paint_2.jpg', 'A chef preparing meals in kitchen.', 'video', 122, 1.0, 50],
187
+ ['eval_data/digital_art_2.jpeg', 'A campfire surrounded by tents.', 'video', 124, 1.0, 50],
188
+ ['eval_data/craft_2.png', 'City street at night with bright lights and busy traffic.', 'video', 123, 1.0, 50],
189
+ ['eval_data/line_2.jpeg', 'A rocketship heading towards the moon.', 'video', 123, 1.0, 50],
190
  ]
191
  css = """
192
  #input_img {max-height: 320px;}
eval_data/digital_art_1.jpg ADDED
eval_data/line_2.jpeg ADDED