tsi-org commited on
Commit
4c3edab
·
verified ·
1 Parent(s): 54a9a28

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +3 -3
gradio_app.py CHANGED
@@ -11,13 +11,13 @@ i2v_examples_interp_512 = [
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! [![GitHub Stars](https://img.shields.io/github/stars/ToonCrafter/ToonCrafter?style=social)](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>
21
  """
22
  def dynamicrafter_demo(result_dir='./tmp/', res=512):
23
  if res == 1024:
 
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 you want to use this please visit <a href='https://pixio.myapps.ar' target='_blank'>Pixio</a>. Thank You!
15
  """
16
  logo = r"""
17
+ <center><img src='https://img.mytsi.org/i/jfhp627.png' alt='Pixio logo' style="width:280px; margin-bottom:2px"></center>
18
  """
19
  title = r"""
20
+ <h1 align="center">ToosCraft: Generative Cartoon Interpolation</h1>
21
  """
22
  def dynamicrafter_demo(result_dir='./tmp/', res=512):
23
  if res == 1024: