rahul7star commited on
Commit
70af8f2
·
verified ·
1 Parent(s): 02b0954

Update simple_app.py

Browse files
Files changed (1) hide show
  1. simple_app.py +1 -1
simple_app.py CHANGED
@@ -41,7 +41,7 @@ def infer(prompt, progress=gr.Progress(track_tqdm=True)):
41
  command = [
42
  "python", "-u", "-m", "generate", # using -u for unbuffered output
43
  "--task", "t2v-1.3B",
44
- "--size", "832*480",
45
  "--ckpt_dir", "./Wan2.1-T2V-1.3B",
46
  "--sample_shift", "8",
47
  "--sample_guide_scale", "6",
 
41
  command = [
42
  "python", "-u", "-m", "generate", # using -u for unbuffered output
43
  "--task", "t2v-1.3B",
44
+ "--size", "480*480",
45
  "--ckpt_dir", "./Wan2.1-T2V-1.3B",
46
  "--sample_shift", "8",
47
  "--sample_guide_scale", "6",