Spaces:
Running
on
Zero
Running
on
Zero
Jarvis.py
#8
by
vihaan134354
- opened
- gradio_app.py +4 -4
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 |
-
|
15 |
"""
|
16 |
logo = r"""
|
17 |
-
|
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():
|
|
|
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 |
+
bro we made it to kill the price of standard anime making
|
15 |
"""
|
16 |
logo = r"""
|
17 |
+
|
18 |
"""
|
19 |
title = r"""
|
20 |
+
<h1 align="center">Jarvis-x: anime maker</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='Jarvis-x_320x512'):
|
42 |
with gr.Column():
|
43 |
with gr.Row():
|
44 |
with gr.Column():
|