QingyanBai commited on
Commit
f7c8d8c
·
verified ·
1 Parent(s): 699dc45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -543,11 +543,17 @@ If you like this project, please consider <a href="https://github.com/EzioBy/Dit
543
  "Add some fire and flame to the background",
544
  576, 324, 20, 49
545
  ],
 
 
 
 
 
546
  [
547
  os.path.join("input", "dasha.mp4"),
548
  "Make it in the style of pencil sketch",
549
  576, 324, 20, 49
550
  ],
 
551
  ]
552
  gr.Examples(
553
  examples=examples,
 
543
  "Add some fire and flame to the background",
544
  576, 324, 20, 49
545
  ],
546
+ [
547
+ os.path.join("input", "dasha.mp4"),
548
+ "Add some snow and flakes to the background",
549
+ 576, 324, 20, 49
550
+ ],
551
  [
552
  os.path.join("input", "dasha.mp4"),
553
  "Make it in the style of pencil sketch",
554
  576, 324, 20, 49
555
  ],
556
+
557
  ]
558
  gr.Examples(
559
  examples=examples,