schrum2 commited on
Commit
d161b39
·
verified ·
1 Parent(s): 93d36a7

Add missing comma

Browse files
Files changed (1) hide show
  1. model_index.json +1 -1
model_index.json CHANGED
@@ -16,6 +16,6 @@
16
  "unet": [
17
  "diffusers",
18
  "UNet2DConditionModel"
19
- ]
20
  "pipeline": "TextConditionalDDPMPipeline"
21
  }
 
16
  "unet": [
17
  "diffusers",
18
  "UNet2DConditionModel"
19
+ ],
20
  "pipeline": "TextConditionalDDPMPipeline"
21
  }