AItool commited on
Commit
5279551
·
verified ·
1 Parent(s): 1245c6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,8 +17,7 @@ def generate_demo_gif(img1, img2):
17
  "python", "inference_img.py",
18
  "--img", str(frame1_path), str(frame2_path),
19
  "--exp=4",
20
- "--model='train_log/",
21
-
22
  ], capture_output=True, text=True)
23
 
24
  print("STDOUT:", result.stdout)
 
17
  "python", "inference_img.py",
18
  "--img", str(frame1_path), str(frame2_path),
19
  "--exp=4",
20
+ "--model", "train_log/"
 
21
  ], capture_output=True, text=True)
22
 
23
  print("STDOUT:", result.stdout)