allknowingroger
commited on
Commit
·
ce39fb9
1
Parent(s):
c7b2202
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
"Govern/textual_inversion_airplane",
|
11 |
"Govern/textual_inversion_nailong",
|
12 |
"zac/zac",
|
13 |
"Revanthraja/Fashiondress",
|
14 |
"RadonDong/test1233",
|
15 |
"cedric7ginobili/margaux",
|
16 |
-
"
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Yntec/CyberRealistic",
|
9 |
+
"malhajar/sd_xl_me",
|
10 |
"Govern/textual_inversion_airplane",
|
11 |
"Govern/textual_inversion_nailong",
|
12 |
"zac/zac",
|
13 |
"Revanthraja/Fashiondress",
|
14 |
"RadonDong/test1233",
|
15 |
"cedric7ginobili/margaux",
|
16 |
+
"RadonDong/LUAD_black_formalin",
|
17 |
]
|
18 |
|
19 |
|