File size: 489 Bytes
41296c6
 
317e52c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr

title = "All about Sungwon photo version. Generate image of Sungwon"
examples = ["sungwon eat apple", "sungwon run", "sungwon smile"]
desc = "This is personalized stable diffuion model.\nMy personal picture is used for fine-tunning SDXL Dreambooth model. Huggingface Autotrain is used."

gr.load("models/sorg20/autotrain-sd-pic", inputs=gr.Textbox(lines=5, label="Input Text: ex: Sungwon in the beach"), 
       title=title, examples=examples, article=desc).launch()