NagaSaiAbhinay commited on
Commit
882f3fc
1 Parent(s): 412b660

JSON bug fix - remove extra comma

Browse files
Files changed (1) hide show
  1. unet/config.json +1 -1
unet/config.json CHANGED
@@ -35,5 +35,5 @@
35
  ],
36
  "upcast_attention": false,
37
  "use_linear_projection": false,
38
- "use_temporal_transformer": false,
39
  }
 
35
  ],
36
  "upcast_attention": false,
37
  "use_linear_projection": false,
38
+ "use_temporal_transformer": false
39
  }