Spaces:
Running
Running
boheng.xie
commited on
Commit
·
5614753
1
Parent(s):
502ac42
delete: del device param
Browse files
app.py
CHANGED
|
@@ -234,8 +234,7 @@ def generate_video(input_img, should_crop_face, expand_x, expand_y, offset_x, of
|
|
| 234 |
context_overlap=context_overlap,
|
| 235 |
context_batch_size=context_batch_size,
|
| 236 |
anomaly_action=anomaly_action,
|
| 237 |
-
interpolation_factor=intropolate_factor
|
| 238 |
-
device=DEVICE
|
| 239 |
)
|
| 240 |
|
| 241 |
|
|
|
|
| 234 |
context_overlap=context_overlap,
|
| 235 |
context_batch_size=context_batch_size,
|
| 236 |
anomaly_action=anomaly_action,
|
| 237 |
+
interpolation_factor=intropolate_factor
|
|
|
|
| 238 |
)
|
| 239 |
|
| 240 |
|