Add missing comma
Browse files- 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 |
}
|