fffiloni commited on
Commit
f4cffb9
1 Parent(s): 8a581f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def infer(video_frames, masks_frames):
14
 
15
  # Create the "results" folder if it doesn't exist
16
  output_folder = "results"
17
- if not os.path.exists(results_folder):
18
- os.makedirs(results_folder)
19
 
20
  command = [
21
  f"python",
 
14
 
15
  # Create the "results" folder if it doesn't exist
16
  output_folder = "results"
17
+ if not os.path.exists(output_folder):
18
+ os.makedirs(output_folder)
19
 
20
  command = [
21
  f"python",