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