Spaces:
Runtime error
Runtime error
Commit
•
9bfefc5
1
Parent(s):
ba0d8fc
Update gradio_app.py
Browse files- gradio_app.py +0 -3
gradio_app.py
CHANGED
@@ -12,9 +12,6 @@ i2v_examples_interp_512 = [
|
|
12 |
['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'],
|
13 |
]
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
@spaces.GPU
|
18 |
def dynamicrafter_demo(result_dir='./tmp/', res=512):
|
19 |
if res == 1024:
|
20 |
resolution = '576_1024'
|
|
|
12 |
['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'],
|
13 |
]
|
14 |
|
|
|
|
|
|
|
15 |
def dynamicrafter_demo(result_dir='./tmp/', res=512):
|
16 |
if res == 1024:
|
17 |
resolution = '576_1024'
|