merve HF Staff commited on
Commit
6cbd07b
·
1 Parent(s): 62aeb87

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=(3,3))
26
  # customize interface
27
  title = "Dreambooth Demo on Dog Images"
28
  description = "This is a dreambooth model fine-tuned on dog images. To try it, input the concept with {sks dog}."
29
- examples=[["sks dog wearing a pink hat"], ["sks dog on a surfboard"], ["sks dog in space"]]
30
  gr.Interface(infer, inputs=["text"], outputs=[output], title=title, description=description, examples=examples, cache_examples=True).launch()
 
26
  # customize interface
27
  title = "Dreambooth Demo on Dog Images"
28
  description = "This is a dreambooth model fine-tuned on dog images. To try it, input the concept with {sks dog}."
29
+ examples=[["sks dog in space"]]
30
  gr.Interface(infer, inputs=["text"], outputs=[output], title=title, description=description, examples=examples, cache_examples=True).launch()