oshita-n commited on
Commit
7c014c9
·
1 Parent(s): 661a611
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,6 +54,6 @@ gr.Interface(
54
  fn=process_image,
55
  inputs=[image_input, grayscale_checkbox, prompt_input],
56
  outputs=image_output,
57
- title="Background Removal",
58
- description="Upload an image to remove its background and optionally convert it to grayscale",
59
  ).launch()
 
54
  fn=process_image,
55
  inputs=[image_input, grayscale_checkbox, prompt_input],
56
  outputs=image_output,
57
+ title="ControlNet",
58
+ description="Upload an image and a prompt to generate an image with the prompt in the style of the input image.",
59
  ).launch()