Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -125,7 +125,7 @@ def untranspose(tensor):
|
|
125 |
ndim = tensor.ndim
|
126 |
return tensor.transpose(ndim-1, ndim-2)
|
127 |
|
128 |
-
[i2v_input_image, i2v_input_text, i2v_input_image, i2v_input_image2, i2v_steps, i2v_eta, i2v_motion, i2v_seed],
|
129 |
@spaces.GPU(duration=200)
|
130 |
def get_image(image1, prompt, image2, dim_steps=50, ddim_eta=1., fs=None, seed=123, \
|
131 |
unconditional_guidance_scale=1.0, cfg_img=None, text_input=False, multiple_cond_cfg=False, \
|
|
|
125 |
ndim = tensor.ndim
|
126 |
return tensor.transpose(ndim-1, ndim-2)
|
127 |
|
128 |
+
# [i2v_input_image, i2v_input_text, i2v_input_image, i2v_input_image2, i2v_steps, i2v_eta, i2v_motion, i2v_seed],
|
129 |
@spaces.GPU(duration=200)
|
130 |
def get_image(image1, prompt, image2, dim_steps=50, ddim_eta=1., fs=None, seed=123, \
|
131 |
unconditional_guidance_scale=1.0, cfg_img=None, text_input=False, multiple_cond_cfg=False, \
|