Spaces:
Running
Running
Update app.py
Browse files
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
|
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,
|