import gradio as gr description = "text-to-image using Dreambooth." title = "text-to-image" interface = gr.load("models/Gulsum06/diff-dreambooth-finetuning", description=description, title = title, examples=[["dog in bad"]] ) interface.launch()