jkcg's picture
Update app.py
cf1b412 verified
raw
history blame contribute delete
293 Bytes
import gradio as gr
examples = [["a photo of jkcgprnna in jungle, 8K, high clarity, restore face"],
["a photo of jkcgprnna infront of computer, cartoon, animated, 8K, high clarity, restore face"]
]
gr.load("models/jkcg/dreambooth-sdxl-jkcg", examples=examples).launch()