fbnnb commited on
Commit
e26c456
1 Parent(s): d7941d0

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +7 -1
gradio_app.py CHANGED
@@ -264,8 +264,14 @@ def get_image(image, sketch, prompt, steps=50, cfg_scale=7.5, eta=1.0, fs=3, see
264
 
265
 
266
 
 
 
 
 
267
  i2v_examples_interp_1024 = [
268
- ['prompts/1024_interp/frame_000000.jpg', 'prompts/1024_interp/frame_000041.jpg', 'a cat is eating', 50, 7.5, 1.0, 10, 123]
 
 
269
  ]
270
 
271
 
 
264
 
265
 
266
 
267
+ # i2v_examples_interp_1024 = [
268
+ # ['prompts/1024_interp/frame_000000.jpg', 'prompts/1024_interp/frame_000041.jpg', 'a cat is eating', 50, 7.5, 1.0, 10, 123]
269
+ # ]
270
+
271
  i2v_examples_interp_1024 = [
272
+ ['prompts/1024_interp/hall_first.jpg', 'prompts/1024_interp/hall_sketch.jpg',
273
+ 'At the start, a still image of a wooden hallway with arched arches, doors, and various furniture. The scene then transitions to an animated version of the hallway, showcasing more details like a bookshelf and a window.',
274
+ 50, 7.5, 1.0, 10, 123]
275
  ]
276
 
277