Spaces:
Runtime error
Runtime error
Commit
•
532c4f4
1
Parent(s):
d12a1cf
Update gradio_app.py
Browse files- gradio_app.py +3 -0
gradio_app.py
CHANGED
@@ -27,6 +27,9 @@ def dynamicrafter_demo(result_dir='./tmp/', res=512):
|
|
27 |
image2video.get_image = spaces.GPU(image2video.get_image, duration=120)
|
28 |
|
29 |
with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
|
|
|
|
|
|
|
30 |
with gr.Tab(label='ToonCrafter_320x512'):
|
31 |
with gr.Column():
|
32 |
with gr.Row():
|
|
|
27 |
image2video.get_image = spaces.GPU(image2video.get_image, duration=120)
|
28 |
|
29 |
with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
|
30 |
+
gr.Markdown('''# Tooncrafter - generative cartoon interpolation
|
31 |
+
[Github](https://github.com/ToonCrafter/ToonCrafter), [Model](https://huggingface.co/Doubiiu/ToonCrafter)
|
32 |
+
''')
|
33 |
with gr.Tab(label='ToonCrafter_320x512'):
|
34 |
with gr.Column():
|
35 |
with gr.Row():
|