Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ class VideoCoF_Controller(Wan_Controller):
|
|
| 192 |
repeat_rope_checkbox=True,
|
| 193 |
# New arg for acceleration
|
| 194 |
enable_acceleration=True,
|
| 195 |
-
fps=
|
| 196 |
is_api=False,
|
| 197 |
):
|
| 198 |
self.clear_cache()
|
|
|
|
| 192 |
repeat_rope_checkbox=True,
|
| 193 |
# New arg for acceleration
|
| 194 |
enable_acceleration=True,
|
| 195 |
+
fps=24,
|
| 196 |
is_api=False,
|
| 197 |
):
|
| 198 |
self.clear_cache()
|