kd5678 commited on
Commit
89ae04a
·
verified ·
1 Parent(s): 5c20639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (Utilizing Free CPU Resources)",
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,