Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,18 +5,17 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"Yntec/
|
9 |
-
"Yntec/
|
10 |
-
"Yntec/
|
11 |
-
"Yntec/
|
12 |
-
"Yntec/
|
13 |
-
"Yntec/
|
14 |
-
"Yntec/
|
15 |
-
"Yntec/
|
16 |
-
"Yntec/
|
17 |
]
|
18 |
|
19 |
-
|
20 |
model_functions = {}
|
21 |
model_idx = 1
|
22 |
for model_path in models:
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Yntec/Protogen_Unofficial_Release", #709
|
9 |
+
"Yntec/Timeless", #703
|
10 |
+
"Yntec/Fabulous", #700
|
11 |
+
"Yntec/IncredibleLife", #699
|
12 |
+
"Yntec/RetroLife", #691
|
13 |
+
"Yntec/CuteFurry",
|
14 |
+
"Yntec/Paramount",
|
15 |
+
"Yntec/Analog",
|
16 |
+
"Yntec/IdleFancy",
|
17 |
]
|
18 |
|
|
|
19 |
model_functions = {}
|
20 |
model_idx = 1
|
21 |
for model_path in models:
|