LapStore
commited on
Commit
·
0c38a00
1
Parent(s):
593ade3
try space
Browse files
app.py
CHANGED
@@ -67,6 +67,6 @@ async def Video(video_file: UploadFile = File(...),kind_back: str = Form(...), b
|
|
67 |
|
68 |
produced_video=SegmenterBackground().Back_video(video_path, '/tmp/29_sep_2.avi','cam',['animal','person'])#video,background_image,what_remove,blur_radius=23)
|
69 |
|
70 |
-
return StreamingResponse(open('/tmp/29_sep_2.avi', "rb"), media_type="video/
|
71 |
|
72 |
|
|
|
67 |
|
68 |
produced_video=SegmenterBackground().Back_video(video_path, '/tmp/29_sep_2.avi','cam',['animal','person'])#video,background_image,what_remove,blur_radius=23)
|
69 |
|
70 |
+
return StreamingResponse(open('/tmp/29_sep_2.avi', "rb"), media_type="video/avi")
|
71 |
|
72 |
|