merve HF staff commited on
Commit
5eb2ba5
1 Parent(s): c7b56d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def process_video(
54
  )
55
 
56
  result_file_name = f"{uuid.uuid4()}.mp4"
57
- result_file_path = os.path.join("./outputs", result_file_name)
58
  with sv.VideoSink(result_file_path, video_info=video_info) as sink:
59
  for _ in tqdm(range(total), desc="Processing video.."):
60
  frame = next(frame_generator)
 
54
  )
55
 
56
  result_file_name = f"{uuid.uuid4()}.mp4"
57
+ result_file_path = os.path.join("./", result_file_name)
58
  with sv.VideoSink(result_file_path, video_info=video_info) as sink:
59
  for _ in tqdm(range(total), desc="Processing video.."):
60
  frame = next(frame_generator)