Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
description = "text-to-image using Dreambooth."
|
3 |
title = "text-to-image"
|
4 |
-
interface = gr.Interface.load("
|
5 |
description=description,
|
6 |
title = title,
|
7 |
examples=[["dog in bad"]]
|
|
|
1 |
import gradio as gr
|
2 |
description = "text-to-image using Dreambooth."
|
3 |
title = "text-to-image"
|
4 |
+
interface = gr.Interface.load("Gulsum06/diff-dreambooth-finetuning",
|
5 |
description=description,
|
6 |
title = title,
|
7 |
examples=[["dog in bad"]]
|