Diego Fernandez commited on
Commit
2f7f294
1 Parent(s): 367d735

chore: add tmp folder

Browse files
Files changed (2) hide show
  1. inference.py +1 -1
  2. tmp/.gitkeep +0 -0
inference.py CHANGED
@@ -41,7 +41,7 @@ def inference(
41
  track_points: str,
42
  model_threshold: str,
43
  ):
44
- output_path = "/tmp"
45
 
46
  clean_videos(output_path)
47
 
 
41
  track_points: str,
42
  model_threshold: str,
43
  ):
44
+ output_path = "tmp"
45
 
46
  clean_videos(output_path)
47
 
tmp/.gitkeep ADDED
File without changes