Spaces:
Runtime error
Runtime error
allknowingroger
commited on
Commit
•
0c39d42
1
Parent(s):
7ffda2c
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 |
-
"MrManaWraith/lora-trained-xl-colab",
|
19 |
]
|
20 |
|
21 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"LinoyTsaban/lora-xl-graffiti-0.0001-5e-05-1000-1-5",
|
9 |
+
"krishi/weights",
|
10 |
+
"Yanmam/drem5",
|
11 |
+
"kingrabbit911/lora-trained-xl",
|
12 |
+
"amongey/egyptian-movie-vintage-posters",
|
13 |
+
"acondess/lineart",
|
14 |
+
"fan4545/model",
|
15 |
+
"AnubhutiN/fashion_diffusion_1.0",
|
16 |
+
"Muhammadreza/mann-e-artistic-2-revised-2",
|
17 |
+
"artificialguybr/StoryBookRedmond",
|
|
|
18 |
]
|
19 |
|
20 |
|