Spaces:
Running
Running
small change
Browse files- renderer/humor.py +2 -2
renderer/humor.py
CHANGED
|
@@ -105,9 +105,9 @@ def render_offset(args):
|
|
| 105 |
|
| 106 |
def render_multiprocess(vertices, out_path, fps, **kwargs):
|
| 107 |
# WIP: does not work yet
|
| 108 |
-
import ipdb
|
| 109 |
|
| 110 |
-
ipdb.set_trace()
|
| 111 |
# remove title if it exists
|
| 112 |
kwargs.pop("title", None)
|
| 113 |
|
|
|
|
| 105 |
|
| 106 |
def render_multiprocess(vertices, out_path, fps, **kwargs):
|
| 107 |
# WIP: does not work yet
|
| 108 |
+
# import ipdb
|
| 109 |
|
| 110 |
+
# ipdb.set_trace()
|
| 111 |
# remove title if it exists
|
| 112 |
kwargs.pop("title", None)
|
| 113 |
|