diff --git a/gradio/i2v_14B_singleGPU.py b/gradio/i2v_14B_singleGPU.py index 100002b..731483f 100644 --- a/gradio/i2v_14B_singleGPU.py +++ b/gradio/i2v_14B_singleGPU.py @@ -80,6 +80,7 @@ def load_model(value): ) print("done", flush=True) return '480P' + return value def prompt_enc(prompt, img, tar_lang):