Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
fn=pref_inpainting,
|
95 |
inputs=inputs,
|
96 |
outputs=outputs,
|
97 |
-
title="Inpainting with Human Preference (
|
98 |
description="Upload an image and start your inpainting (currently only supporting outpainting masks; other mask types coming soon).",
|
99 |
theme="default",
|
100 |
examples=examples,
|
|
|
94 |
fn=pref_inpainting,
|
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 supporting outpainting masks; other mask types coming soon).",
|
99 |
theme="default",
|
100 |
examples=examples,
|