Spaces:
Sleeping
Sleeping
allknowingroger
commited on
Commit
•
f69b1b8
1
Parent(s):
fa0f407
Update app.py
Browse files
app.py
CHANGED
@@ -5,18 +5,16 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"yxxshin/watchmodel2",
|
9 |
-
"Yacong/my_dreambooth_out_dir",
|
10 |
-
"stablediffusionapi/hassaku-hentai",
|
11 |
"shibal1/anything-v4.5-clone",
|
12 |
"Falah/fashion-model",
|
13 |
-
"Shlomi1/model",
|
14 |
"gokulk1804/my-pet-cat",
|
15 |
"Ardra05/my-pet-dog",
|
16 |
"Mathew2001/my-pet-dog-xzg",
|
17 |
"Yntec/CartoonStyleClassic",
|
18 |
"ajulkjose/my-thanos",
|
19 |
"Yacong/lora-trained-xl",
|
|
|
|
|
20 |
]
|
21 |
|
22 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
|
|
|
|
|
|
8 |
"shibal1/anything-v4.5-clone",
|
9 |
"Falah/fashion-model",
|
|
|
10 |
"gokulk1804/my-pet-cat",
|
11 |
"Ardra05/my-pet-dog",
|
12 |
"Mathew2001/my-pet-dog-xzg",
|
13 |
"Yntec/CartoonStyleClassic",
|
14 |
"ajulkjose/my-thanos",
|
15 |
"Yacong/lora-trained-xl",
|
16 |
+
"Muhammadreza/mann-e-comics-revised-2",
|
17 |
+
"fjcorrales/diego_sdxl",
|
18 |
]
|
19 |
|
20 |
|