Spaces:
Runtime error
Runtime error
Commit
·
8881a6b
1
Parent(s):
369d231
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 |
+
"joachimsallstrom/aether-aqua-lora-for-sdxl",
|
| 9 |
+
"lisandropuzzolo/dott_remastered_style_lora_sdxl",
|
| 10 |
+
"kimmechit/mtg_test2_LoRA",
|
| 11 |
+
"stoves/adelina",
|
| 12 |
+
"Yntec/Cryptids",
|
| 13 |
+
"btmccarthy15/SDLORAlow",
|
| 14 |
+
"matmatmat1/deranged-model-v3-2",
|
| 15 |
+
"eugenebokhan/saved_model_max_train_steps_1000",
|
| 16 |
+
"Brainclub5000/napolu",
|
| 17 |
]
|
| 18 |
|
| 19 |
|