Commit ·
d08975f
1
Parent(s): 50f2c09
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 |
+
"antikpatel128/OUTPUT_DIR",
|
| 9 |
+
"porras/lora-trained-xl",
|
| 10 |
+
"Yeahia/textual_inversion_cat",
|
| 11 |
+
"puneet0609/my-pet-dog",
|
| 12 |
+
"poctexttoimage/checking-model-1",
|
| 13 |
+
"Yntec/DucHaiten-GoldenLife",
|
| 14 |
+
"Yntec/GoodLife",
|
| 15 |
+
"wavymulder/portraitplus",
|
| 16 |
+
"koankoan/inhuman_test",
|
| 17 |
]
|
| 18 |
|
| 19 |
|