Spaces:
Runtime error
Runtime error
Update deforum_engine.py
Browse files- deforum_engine.py +1 -1
deforum_engine.py
CHANGED
|
@@ -181,7 +181,7 @@ class DeforumRunner:
|
|
| 181 |
|
| 182 |
def stop(self): self.stop_req = True
|
| 183 |
|
| 184 |
-
def
|
| 185 |
if not frames: return
|
| 186 |
try:
|
| 187 |
w, h = frames[0].size
|
|
|
|
| 181 |
|
| 182 |
def stop(self): self.stop_req = True
|
| 183 |
|
| 184 |
+
def save_vid(self, frames, path, fps):
|
| 185 |
if not frames: return
|
| 186 |
try:
|
| 187 |
w, h = frames[0].size
|