Update app.py
Browse files
app.py
CHANGED
@@ -232,6 +232,13 @@ loras = [
|
|
232 |
"repo": "Collos/JoseClovis",
|
233 |
"weights": "clovis.safetensors",
|
234 |
"trigger_word": "Cl贸vis"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
}
|
236 |
|
237 |
#add new
|
|
|
232 |
"repo": "Collos/JoseClovis",
|
233 |
"weights": "clovis.safetensors",
|
234 |
"trigger_word": "Cl贸vis"
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"image": "https://huggingface.co/vcollos/VitorCollos/resolve/main/images/IMG_0047.WEBP",
|
238 |
+
"title": "Vitor Collos",
|
239 |
+
"repo": "Collos/VitorCollos",
|
240 |
+
"weights": "Vitor.safetensors",
|
241 |
+
"trigger_word": "Vitor"
|
242 |
}
|
243 |
|
244 |
#add new
|