Update app.py
Browse files
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
|
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()
|