Commit
·
9272f3b
1
Parent(s):
391a562
Update app.py
Browse files
app.py
CHANGED
@@ -5,17 +5,16 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"renzzo1904/stable_on_me",
|
19 |
]
|
20 |
|
21 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"stephanebhiri/lora-trained-xl-colab-hya13",
|
9 |
+
"stablediffusionapi/icon-lab-ai",
|
10 |
+
"stephanebhiri/lora-trained-xl-colab-stp17",
|
11 |
+
"Yntec/DreamLikeRemix",
|
12 |
+
"stephanebhiri/lora-trained-xl-colab-stp16",
|
13 |
+
"slakshmi/my-pet-dog-xzg",
|
14 |
+
"asfar/mmahdy",
|
15 |
+
"stablediffusionapi/jueduixianshi",
|
16 |
+
"asfar/nadasameh",
|
17 |
+
"AP123/eapt-3sn6-u0ch",
|
|
|
18 |
]
|
19 |
|
20 |
|