Zhaoting123 commited on
Commit
ccaa72d
·
verified ·
1 Parent(s): 9c8b386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 20260409"
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 = [