merve HF Staff commited on
Commit
e32e4e2
·
1 Parent(s): 7bbe940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()