Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +3 -3
gradio_app.py
CHANGED
|
@@ -7,14 +7,14 @@ sys.path.insert(1, os.path.join(sys.path[0], 'lvdm'))
|
|
| 7 |
|
| 8 |
i2v_examples_interp_512 = [
|
| 9 |
['prompts/512_interp/74906_1462_frame1.png', 'walking man', 50, 7.5, 1.0, 10, 123, 'prompts/512_interp/74906_1462_frame3.png'],
|
| 10 |
-
['prompts/512_interp/Japan_v2_2_062266_s2_frame1.png', '
|
| 11 |
['prompts/512_interp/Japan_v2_3_119235_s2_frame1.png', 'an anime scene', 50, 7.5, 1.0, 10, 123, 'prompts/512_interp/Japan_v2_3_119235_s2_frame3.png'],
|
| 12 |
]
|
| 13 |
article = r"""
|
| 14 |
-
If ToonCrafter is helpful, please help to ⭐ the <a href='https://github.com/ToonCrafter/ToonCrafter' target='_blank'>Github Repo</a>. Thanks! [](https://github.com/ToonCrafter/ToonCrafter)
|
| 15 |
"""
|
| 16 |
logo = r"""
|
| 17 |
-
<center><img src='https://doubiiu.github.io/projects/ToonCrafter/static/logo2.png' alt='ToonCrafter logo' style="width:
|
| 18 |
"""
|
| 19 |
title = r"""
|
| 20 |
<h1 align="center">ToonCrafter: Generative Cartoon Interpolation</h1>
|
|
|
|
| 7 |
|
| 8 |
i2v_examples_interp_512 = [
|
| 9 |
['prompts/512_interp/74906_1462_frame1.png', 'walking man', 50, 7.5, 1.0, 10, 123, 'prompts/512_interp/74906_1462_frame3.png'],
|
| 10 |
+
['prompts/512_interp/Japan_v2_2_062266_s2_frame1.png', '', 50, 7.5, 1.0, 10, 789, 'prompts/512_interp/Japan_v2_2_062266_s2_frame3.png'],
|
| 11 |
['prompts/512_interp/Japan_v2_3_119235_s2_frame1.png', 'an anime scene', 50, 7.5, 1.0, 10, 123, 'prompts/512_interp/Japan_v2_3_119235_s2_frame3.png'],
|
| 12 |
]
|
| 13 |
article = r"""
|
| 14 |
+
If ToonCrafter is helpful, please help to ⭐ the <a href='https://github.com/ToonCrafter/ToonCrafter' target='_blank'>Github Repo</a>. This is very important to open-source projects. Thanks! [](https://github.com/ToonCrafter/ToonCrafter)
|
| 15 |
"""
|
| 16 |
logo = r"""
|
| 17 |
+
<center><img src='https://doubiiu.github.io/projects/ToonCrafter/static/logo2.png' alt='ToonCrafter logo' style="width:280px; margin-bottom:2px"></center>
|
| 18 |
"""
|
| 19 |
title = r"""
|
| 20 |
<h1 align="center">ToonCrafter: Generative Cartoon Interpolation</h1>
|