fffiloni commited on
Commit
ec2ed74
1 Parent(s): 3de8992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def infer(ref_video_in, ref_image_in):
65
  # Create the data structure
66
  data = {
67
  'base_model_path': 'stabilityai/stable-video-diffusion-img2vid-xt-1-1',
68
- 'ckpt_path': 'models/MimicMotion_1-1.pth',
69
  'test_case': [
70
  {
71
  'ref_video_path': ref_video_path,
 
65
  # Create the data structure
66
  data = {
67
  'base_model_path': 'stabilityai/stable-video-diffusion-img2vid-xt-1-1',
68
+ 'ckpt_path': 'models/MimicMotion_1.pth',
69
  'test_case': [
70
  {
71
  'ref_video_path': ref_video_path,