Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,8 @@ with gr.Blocks(css=css, title="ZenCtrl Inpainting") as demo:
|
|
| 113 |
gr.Markdown(
|
| 114 |
"**Generate context-aware images of your subject with ZenCtrl’s inpainting playground.** Upload a subject + optional mask, write a prompt, and hit **Generate**. \n"
|
| 115 |
"Open *Advanced Settings* for an AI-generated background. \n\n"
|
| 116 |
-
"**Note:** The model was trained mainly on interior scenes and other *rigid* objects. Results on people or highly deformable items may contain visual distortions."
|
|
|
|
| 117 |
)
|
| 118 |
|
| 119 |
with gr.Row():
|
|
|
|
| 113 |
gr.Markdown(
|
| 114 |
"**Generate context-aware images of your subject with ZenCtrl’s inpainting playground.** Upload a subject + optional mask, write a prompt, and hit **Generate**. \n"
|
| 115 |
"Open *Advanced Settings* for an AI-generated background. \n\n"
|
| 116 |
+
"**Note:** The model was trained mainly on interior scenes and other *rigid* objects. Results on people or highly deformable items may contain visual distortions. \n"
|
| 117 |
+
"In case of High traffic , your requests might be queued and processed one by one by our backend server"
|
| 118 |
)
|
| 119 |
|
| 120 |
with gr.Row():
|