Spaces:
Build error
Build error
Last commit not found
import tempfile | |
VIDEO_DIRECTORY = tempfile.gettempdir() | |
FPS = 5 | |
MIN_DISTANCE = 4 | |
MAX_DISTANCE = 30 | |