Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|