Commit
·
86c6c98
1
Parent(s):
053290e
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 |
-
"oshita-n/
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"oshita-n/textual_inversion_2",
|
| 9 |
+
"Daniil-plotnikov/realsim-diffusion-v2",
|
| 10 |
+
"Abinjacob/my-pet-cat-es",
|
| 11 |
+
"Yntec/elldrethSLucidMix",
|
| 12 |
+
"tangjs/moxin-test",
|
| 13 |
+
"Gurusha/sd-hand-model-lora-sdxl",
|
| 14 |
+
"oshita-n/textual_inversion_5",
|
| 15 |
+
"manojpreveen/agpu",
|
| 16 |
+
"anupamtripathi/oreo_sd_xl",
|
| 17 |
]
|
| 18 |
|
| 19 |
|