allknowingroger
commited on
Commit
•
e87254f
1
Parent(s):
2346391
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"oshita-n/
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
|
|
15 |
"manojpreveen/agpu",
|
16 |
-
"anupamtripathi/oreo_sd_xl",
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"oshita-n/textual_inversion_3",
|
9 |
+
"melaris/sarabala",
|
10 |
+
"alessandroaere/lora-trained-xl-colab",
|
11 |
+
"MichalRZak/sd-pictogram-v2",
|
12 |
+
"DoHwan9672/dog",
|
13 |
+
"hhyunn22/orchid",
|
14 |
+
"Virus-Proton/lora-trained-xl",
|
15 |
+
"ssarae/dreambooth_kuromi_new",
|
16 |
"manojpreveen/agpu",
|
|
|
17 |
]
|
18 |
|
19 |
|