Spaces:
Runtime error
Runtime error
Commit
·
bf6c902
1
Parent(s):
3bfa6d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,15 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"SamJu3/sd-danielle-model-lora40with-xl",
|
| 9 |
+
"mytoon/toon_lora_fixed1",
|
| 10 |
+
"cesarcai/sdxl_dog_dreambooth",
|
| 11 |
+
"osanseviero/osangu-212",
|
| 12 |
+
"victor/ch-art",
|
| 13 |
+
"yu-yutsu/my-face-model",
|
| 14 |
+
"AIgenarator1985/annavackertrained2711",
|
| 15 |
+
"nakkati/output_dreambooth_model_preservation_large_dataset",
|
| 16 |
+
"Yntec/Kitsch-In-Sync",
|
| 17 |
]
|
| 18 |
|
| 19 |
|