tsi-org commited on
Commit
f1d06f9
1 Parent(s): 4c3edab

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -17,7 +17,7 @@ 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:
@@ -38,7 +38,7 @@ def dynamicrafter_demo(result_dir='./tmp/', res=512):
38
  gr.Markdown(logo)
39
  gr.Markdown(title)
40
  gr.Markdown(article)
41
- with gr.Tab(label='ToonCrafter_320x512'):
42
  with gr.Column():
43
  with gr.Row():
44
  with gr.Column():
 
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">ToonCraft: Generative Cartoon Interpolation</h1>
21
  """
22
  def dynamicrafter_demo(result_dir='./tmp/', res=512):
23
  if res == 1024:
 
38
  gr.Markdown(logo)
39
  gr.Markdown(title)
40
  gr.Markdown(article)
41
+ with gr.Tab(label='ToonCraft_alpha'):
42
  with gr.Column():
43
  with gr.Row():
44
  with gr.Column():