Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
examples = [["a photo of
|
4 |
-
["a photo of
|
5 |
]
|
6 |
|
7 |
gr.load("models/jkcg/dreambooth-sdxl-jkcg", examples=examples).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples = [["a photo of jkcgprnna in jungle, 8K, high clarity, restore face"],
|
4 |
+
["a photo of jkcgprnna infront of computer, cartoon, animated, 8K, high clarity, restore face"]
|
5 |
]
|
6 |
|
7 |
gr.load("models/jkcg/dreambooth-sdxl-jkcg", examples=examples).launch()
|