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