Spaces:
Sleeping
Sleeping
Commit
·
5c1be5f
1
Parent(s):
4b8f5b4
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,16 @@ 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 |
+
"BiaDd/Dreambooth-Punko",
|
9 |
+
"LanguageMachines/stable-diffusion-2-1",
|
10 |
+
"lckdG/apd_adventurer",
|
11 |
+
"gemengmeng/textual_inversion_cat",
|
12 |
+
"mln-wave/my-pet-dog-xzg",
|
13 |
+
"ZhangJiaxing/path-to-save-model",
|
14 |
+
"mln-wave/my-cute-pet-dog-xzg",
|
15 |
+
"trivikramak/fasdafs",
|
16 |
+
"Zhibinhong/checkpoints_new"
|
17 |
+
"OriginF/output",
|
18 |
]
|
19 |
|
20 |
|