Gulsum06's picture
Update app.py
499b4ef
raw
history blame contribute delete
No virus
281 Bytes
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()