fffiloni commited on
Commit
9489f80
·
verified ·
1 Parent(s): 4f2bf09

Update simple_app.py

Browse files
Files changed (1) hide show
  1. simple_app.py +1 -1
simple_app.py CHANGED
@@ -12,7 +12,7 @@ def infer(prompt):
12
  prompt = "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."
13
 
14
  command = [
15
- "python", "-m", "generate.py",
16
  "--task", "t2v-1.3B",
17
  "--size", "832*480",
18
  "--ckpt_dir", "./Wan2.1-T2V-1.3B",
 
12
  prompt = "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage."
13
 
14
  command = [
15
+ "python", "-m", "generate",
16
  "--task", "t2v-1.3B",
17
  "--size", "832*480",
18
  "--ckpt_dir", "./Wan2.1-T2V-1.3B",