Spaces:
Building
Building
allknowingroger
commited on
Commit
•
41d94cf
1
Parent(s):
ed821bd
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
"digiplay/unstableDiffusersYamerMIX_v3",
|
10 |
"hiddenbox/dog_emotion",
|
11 |
"digiplay/SoapMix2.5D_v2",
|
12 |
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"KappaNeuro/photographer-reuben-wu-style",
|
9 |
"digiplay/unstableDiffusersYamerMIX_v3",
|
10 |
"hiddenbox/dog_emotion",
|
11 |
"digiplay/SoapMix2.5D_v2",
|
12 |
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
13 |
+
"KappaNeuro/photographer-martin-kimbell-style",
|
14 |
+
"KappaNeuro/photographer-maren-klemp-style",
|
15 |
+
"KappaNeuro/photographer-flora-borsi-style",
|
16 |
+
"KappaNeuro/photographer-elena-helfrecht-style",
|
17 |
]
|
18 |
|
19 |
|