Lisandro commited on
Commit
e5151fa
·
1 Parent(s): 41eb2e8

corrección json con propiedades en comillas dobles

Browse files
Files changed (1) hide show
  1. loras.json +4 -4
loras.json CHANGED
@@ -1,8 +1,8 @@
1
  [
2
  {
3
- image: "images/dott.png",
4
- title: "Day of the Tentacle Remastered",
5
- repo: "lichorosario/dott_remastered_style_lora_sdxl",
6
- trigger_word: "dott style"
7
  }
8
  ]
 
1
  [
2
  {
3
+ "image": "images/dott.png",
4
+ "title": "Day of the Tentacle Remastered",
5
+ "repo": "lichorosario/dott_remastered_style_lora_sdxl",
6
+ "trigger_word": "dott style"
7
  }
8
  ]