TheKnight115 commited on
Commit
c6dd643
·
verified ·
1 Parent(s): 26f78a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -226,8 +226,7 @@ def process_video_and_save(uploaded_file):
226
  # Release resources when done
227
  cap.release()
228
  out.release()
229
-
230
- return output_video_path # Return the path of the processed video
231
 
232
 
233
 
 
226
  # Release resources when done
227
  cap.release()
228
  out.release()
229
+ return output_video_path # Return the path of the processed video
 
230
 
231
 
232