Minor description fix
Browse files
app.py
CHANGED
@@ -212,9 +212,9 @@ with gr.Blocks(theme=gr.themes.Soft(), delete_cache=(3600, 3600)) as app:
|
|
212 |
"""
|
213 |
<h2>Background</h2>
|
214 |
<p>
|
215 |
-
Replacing background is optional.
|
216 |
-
|
217 |
-
If omitted original avatar background will be preserved.
|
218 |
<br/><br/><br/>
|
219 |
</p>
|
220 |
"""
|
|
|
212 |
"""
|
213 |
<h2>Background</h2>
|
214 |
<p>
|
215 |
+
Replacing the background is optional.
|
216 |
+
Resulting background may be specified with a reference image or a text prompt.
|
217 |
+
If omitted the original avatar background will be preserved.
|
218 |
<br/><br/><br/>
|
219 |
</p>
|
220 |
"""
|