Spaces:
Sleeping
Sleeping
update
Browse files
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="
|
58 |
-
description="Upload an image to
|
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()
|