Spaces:
Build error
Build error
Update gradio_app.py
Browse files- 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">
|
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='
|
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():
|