Update app.py
Browse files
app.py
CHANGED
@@ -27,4 +27,4 @@ output = gr.Gallery(label="Outputs").style(grid=(1,2))
|
|
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).launch()
|
|
|
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).queue().launch()
|