Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ except Exception:
|
|
| 40 |
|
| 41 |
|
| 42 |
DATASET_PRESETS = {
|
| 43 |
-
"Robosuite Square": {
|
| 44 |
"repo_id": "Zhaoting123/Robosuite_Square_image_abs_with_state",
|
| 45 |
"filename": (
|
| 46 |
"20260410_205606_Diffusion_CLIC_intervention_Circular_square_image_abs_"
|
|
@@ -65,7 +65,7 @@ DATASET_PRESETS = {
|
|
| 65 |
},
|
| 66 |
}
|
| 67 |
|
| 68 |
-
DEFAULT_PRESET = "Robosuite Square
|
| 69 |
REPO_TYPE = "dataset"
|
| 70 |
DEFAULT_CHUNK_LEN = 16
|
| 71 |
PREFERRED_IMAGE_KEYS = [
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
DATASET_PRESETS = {
|
| 43 |
+
"Robosuite Square Correction": {
|
| 44 |
"repo_id": "Zhaoting123/Robosuite_Square_image_abs_with_state",
|
| 45 |
"filename": (
|
| 46 |
"20260410_205606_Diffusion_CLIC_intervention_Circular_square_image_abs_"
|
|
|
|
| 65 |
},
|
| 66 |
}
|
| 67 |
|
| 68 |
+
DEFAULT_PRESET = "Robosuite Square Correction"
|
| 69 |
REPO_TYPE = "dataset"
|
| 70 |
DEFAULT_CHUNK_LEN = 16
|
| 71 |
PREFERRED_IMAGE_KEYS = [
|