nsanghi commited on
Commit
c5a259d
1 Parent(s): 7dee6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,5 +26,5 @@ output = gr.Gallery(label="Outputs").style(grid=(1,2))
26
  # customize interface
27
  title = "Dreambooth Demo on Nuthatch bird Images"
28
  description = "This is a dreambooth model fine-tuned on nuthatch bird images. To try it, input the concept with {sks bird}."
29
- examples=[["sks dog in space"]]
30
  gr.Interface(infer, inputs=["text"], outputs=[output], title=title, description=description, examples=examples).queue().launch()
 
26
  # customize interface
27
  title = "Dreambooth Demo on Nuthatch bird Images"
28
  description = "This is a dreambooth model fine-tuned on nuthatch bird images. To try it, input the concept with {sks bird}."
29
+ examples=[["sks bird flying"]]
30
  gr.Interface(infer, inputs=["text"], outputs=[output], title=title, description=description, examples=examples).queue().launch()