Update app.py
Browse files
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,
|
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 |
|