Gulsum06's picture
Update app.py
1ffc8d5
raw
history blame
No virus
274 Bytes
import gradio as gr
description = "text-to-image using Dreambooth."
title = "text-to-image"
interface = gr.load("Gulsum06/diff-dreambooth-finetuning",
description=description,
title = title,
examples=[["dog in bad"]]
)
interface.launch()