kd5678 commited on
Commit
adce2e3
1 Parent(s): 8be27c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (currently only supporting outpainting masks; other mask types coming soon).",
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"