Commit
·
8866f50
1
Parent(s):
046c5a8
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,9 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"hangeol/withoutbelonging",
|
9 |
-
"hangeol/standingdogprompt",
|
10 |
-
"hangeol/7",
|
11 |
-
"hangeol/textual_inversion_cat_test",
|
12 |
-
"hangeol/without_tok",
|
13 |
-
"hangeol/500",
|
14 |
"hangeol/test_sep",
|
15 |
"hangeol/42",
|
16 |
-
"
|
17 |
"wujia/fantuan_result",
|
18 |
"XiaominDLUT/textual_inversion_style",
|
19 |
"yugkha3/avatar",
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"hangeol/test_sep",
|
9 |
"hangeol/42",
|
10 |
+
"udg/7bc028fc-950b-4d22-a0a0-1ef982d0934a",
|
11 |
"wujia/fantuan_result",
|
12 |
"XiaominDLUT/textual_inversion_style",
|
13 |
"yugkha3/avatar",
|