allknowingroger
commited on
Commit
•
053290e
1
Parent(s):
3ef3d98
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 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Yntec/dosmixVAE",
|
9 |
+
"RadonDong/white_BRCA_withnocancer_formalin",
|
10 |
+
"oshita-n/textual_inversion_10",
|
11 |
+
"oshita-n/textual_inversion_9",
|
12 |
+
"oshita-n/textual_inversion_8",
|
13 |
+
"oshita-n/textual_inversion_7",
|
14 |
+
"oshita-n/textual_inversion_6",
|
15 |
+
"flobbit/monster-cars-sdxl-lora",
|
16 |
+
"Yntec/Cetus",
|
17 |
]
|
18 |
|
19 |
|