Commit
·
30b5e02
1
Parent(s):
2346391
Update app.py
Browse files
app.py
CHANGED
@@ -5,14 +5,14 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
"Daniil-plotnikov/realsim-diffusion-v2",
|
10 |
"Abinjacob/my-pet-cat-esp",
|
11 |
-
"
|
12 |
"tangjs/moxin-test",
|
13 |
"Gurusha/sd-hand-model-lora-sdxl",
|
14 |
"oshita-n/textual_inversion_5",
|
15 |
-
"
|
16 |
"anupamtripathi/oreo_sd_xl",
|
17 |
]
|
18 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Srividhya9/my-pet-cat-ars",
|
9 |
"Daniil-plotnikov/realsim-diffusion-v2",
|
10 |
"Abinjacob/my-pet-cat-esp",
|
11 |
+
"Habeeb13/sunrise-hab",
|
12 |
"tangjs/moxin-test",
|
13 |
"Gurusha/sd-hand-model-lora-sdxl",
|
14 |
"oshita-n/textual_inversion_5",
|
15 |
+
"Srividhya9/my-pet-cat-ars",
|
16 |
"anupamtripathi/oreo_sd_xl",
|
17 |
]
|
18 |
|