freealise commited on
Commit
b7ccbf8
1 Parent(s): 50e78dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1175,7 +1175,7 @@ with gr.Blocks(css=css, js=js) as demo:
1175
  print(locations)
1176
 
1177
  # Process the video and get the path of the output video
1178
- output_video_path = make_video(uploaded_video,encoder=model_type,blur_in=blurin)
1179
 
1180
  return output_video_path + (json.dumps(locations),)
1181
 
 
1175
  print(locations)
1176
 
1177
  # Process the video and get the path of the output video
1178
+ output_video_path = make_video(uploaded_video,encoder=model_type,blur_data=blurin)
1179
 
1180
  return output_video_path + (json.dumps(locations),)
1181