Spaces:
Runtime error
Runtime error
Diego Fernandez
commited on
Commit
·
2f7f294
1
Parent(s):
367d735
chore: add tmp folder
Browse files- inference.py +1 -1
- 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 = "
|
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
|