Jayabalambika commited on
Commit
1b67f71
1 Parent(s): b12b146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def infer(prompt):
24
  output = gr.Gallery(label="Outputs").style(grid=(1,2))
25
 
26
  # customize interface
27
- title = "Dreambooth Demo on Dog Images"
28
  description = "This is a dreambooth model fine-tuned on mobile phone images. To try it, input the concept with {mobile phones}."
29
  examples=[["a photo of mobile phone in outer space"]]
30
  gr.Interface(infer, inputs=["text"], outputs=[output], title=title, description=description, examples=examples).queue().launch()
 
24
  output = gr.Gallery(label="Outputs").style(grid=(1,2))
25
 
26
  # customize interface
27
+ title = "Dreambooth Demo on mobile phone Images"
28
  description = "This is a dreambooth model fine-tuned on mobile phone images. To try it, input the concept with {mobile phones}."
29
  examples=[["a photo of mobile phone in outer space"]]
30
  gr.Interface(infer, inputs=["text"], outputs=[output], title=title, description=description, examples=examples).queue().launch()