Gulsum06 commited on
Commit
499b4ef
1 Parent(s): 1ffc8d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.load("Gulsum06/diff-dreambooth-finetuning",
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.load("models/Gulsum06/diff-dreambooth-finetuning",
5
  description=description,
6
  title = title,
7
  examples=[["dog in bad"]]