Spaces:
Running
Running
import random | |
def detect_shadow_coverage(image_path): | |
shadow_percent = random.randint(25, 40) | |
return shadow_percent > 30 |