sorg20's picture
add description
f57afe6 verified
raw
history blame contribute delete
473 Bytes
import gradio as gr
import os
title = "All about Sungwon photo version using finetuned DreamBooth with my pictures"
examples = ["sungwon eat apple", "sungwon run", "sungwon smaile"]
desc = "My personal picture is used for fine-tunning SDXL Dreambooth model. Huggingface Autotrain is used"
gr.load("models/sorg20/autotrain-sungwon-sdxl", inputs=gr.Textbox(lines=5, label="Input Text: ex: Sungwon in the beach"),
title=title, examples=examples, article=desc).launch()