John Ho commited on
Commit
c0b7fcc
·
1 Parent(s): ff62e4f

debug multiple value for fps error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def inference(
75
  {
76
  "type": "video",
77
  "video": video_path,
78
- "fps": fps,
79
  },
80
  {"type": "text", "text": prompt},
81
  ],
 
75
  {
76
  "type": "video",
77
  "video": video_path,
78
+ # "fps": fps,
79
  },
80
  {"type": "text", "text": prompt},
81
  ],