Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
|
|
95 |
inputs=inputs,
|
96 |
outputs=outputs,
|
97 |
title="Inpainting with Human Preference (Only one GPU is available, you may need to queue.)",
|
98 |
-
description="Upload an image and start your inpainting (
|
99 |
theme="default",
|
100 |
examples=examples,
|
101 |
# allow_flagging="never"
|
|
|
95 |
inputs=inputs,
|
96 |
outputs=outputs,
|
97 |
title="Inpainting with Human Preference (Only one GPU is available, you may need to queue.)",
|
98 |
+
description="Upload an image and start your inpainting (Currently, only outpainting masks are supported; other mask types will be available soon.).",
|
99 |
theme="default",
|
100 |
examples=examples,
|
101 |
# allow_flagging="never"
|