jkcg commited on
Commit
4d469da
·
verified ·
1 Parent(s): ac74914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()