File size: 281 Bytes
5170c14
 
 
499b4ef
5170c14
 
 
 
 
1
2
3
4
5
6
7
8
9
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()