Spaces:
Sleeping
Sleeping
Commit
·
8b0bafb
1
Parent(s):
8fcd5ed
Update app.py
Browse files
app.py
CHANGED
@@ -5,18 +5,19 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
|
|
20 |
]
|
21 |
|
22 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Shadowcode/dog_box_dreambooth",
|
9 |
+
"hongrui/chest_v_1",
|
10 |
+
"nomsgadded/dreambooth",
|
11 |
+
"manosp/textual_inversion_moto_toy",
|
12 |
+
"Meina/MeinaUnreal_V4",
|
13 |
+
"manosp/textual_inversion_moto",
|
14 |
+
"andressrg/textual_inversion_cat",
|
15 |
+
"Jinouga/sagiri-yamada-asaemon-v1",
|
16 |
+
"KevinQuijano/model-dreambooth-chair-2.0",
|
17 |
+
"manosp/textual_inversion_cat",
|
18 |
+
"guaguale/model_v",
|
19 |
+
"animaparty/lulugs-2-embed-vecs-3-lr-0.0003",
|
20 |
+
"nomsgadded/textual_inversion",
|
21 |
]
|
22 |
|
23 |
|