Spaces:
Runtime error
Runtime error
Commit
·
5084d75
1
Parent(s):
d7d6740
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 |
+
"adrianerrea/david_dreambooth",
|
9 |
+
"Yntec/AbsoluteReality",
|
10 |
+
"MakAttack/lora-trained-xl-dogHeadShotsFullBodyCombo",
|
11 |
+
"MakAttack/lora-trained-xl-colab5HeadShotImagesBobDefaultSettings",
|
12 |
+
"raphael-gl/lora-adapter1",
|
13 |
+
"iamyuvraj/photos",
|
14 |
+
"davolu/medical-illustration-heart",
|
15 |
+
"melaris/natalia2ai",
|
16 |
+
"ranajithore/stable-diffusion-v2-1-trained-for-plant-cell-structure-diagram-without-captions",
|
17 |
]
|
18 |
|
19 |
|