Spaces:
Sleeping
Sleeping
| # Configuration constants for the backend API | |
| TARGET_LEN = 500 | |
| LABEL_MAP = {0: "Stable", 1: "Weathered"} | |
| SAMPLE_DATA_DIR = "sample_data" |
| # Configuration constants for the backend API | |
| TARGET_LEN = 500 | |
| LABEL_MAP = {0: "Stable", 1: "Weathered"} | |
| SAMPLE_DATA_DIR = "sample_data" |