Spaces:
Runtime error
Runtime error
Commit
·
95c327f
1
Parent(s):
af3125c
Update app.py
Browse files
app.py
CHANGED
@@ -5,16 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"LinoyTsaban/lora-xl-graffiti-0.0001-5e-05-1000-1-
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"Muhammadreza/mann-e-artistic-
|
17 |
-
"artificialguybr/StoryBookRedmond",
|
18 |
]
|
19 |
|
20 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"LinoyTsaban/lora-xl-graffiti-0.0001-5e-05-1000-1-None",
|
9 |
+
"Muhammadreza/mann-e-artistic-1-revised",
|
10 |
+
"digiplay/asyncsMIX_v2",
|
11 |
+
"ahmedghani/lora-trained-xl-colab",
|
12 |
+
"ahmedghani/lora-trained-xl-colab-500",
|
13 |
+
"kyle0/lora-trained-xl-colab",
|
14 |
+
"Shashi598/ouka_star",
|
15 |
+
"digiplay/fantexi_v0.9",
|
16 |
+
"Muhammadreza/mann-e-artistic-1-revised-2",
|
|
|
17 |
]
|
18 |
|
19 |
|