allknowingroger
commited on
Commit
•
8b28632
1
Parent(s):
9e5e74c
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 |
-
"Yntec/
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"hyukjae/output",
|
9 |
+
"julian-raspberry-ai/model_1",
|
10 |
+
"mangoxb/dogcat3-train1000",
|
11 |
+
"mangoxb/path-to-save-model",
|
12 |
+
"hahminlew/sd-pokemon-model-lora-sdxl",
|
13 |
+
"Bhuvan1818/test2",
|
14 |
+
"merve/lego-lora-trained-xl",
|
15 |
+
"Bhuvan1818/test3",
|
16 |
+
"Yntec/3DKX",
|
17 |
]
|
18 |
|
19 |
|