Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def infer(video_in):
|
|
| 91 |
print("frame " + i + "/" + str(n_frame) + ": done;")
|
| 92 |
|
| 93 |
|
| 94 |
-
final_vid = create_video(result_frames, fps, "
|
| 95 |
|
| 96 |
files = [final_vid]
|
| 97 |
|
|
|
|
| 91 |
print("frame " + i + "/" + str(n_frame) + ": done;")
|
| 92 |
|
| 93 |
|
| 94 |
+
final_vid = create_video(result_frames, fps, "openpose")
|
| 95 |
|
| 96 |
files = [final_vid]
|
| 97 |
|