Update app.py
Browse files
app.py
CHANGED
|
@@ -87,11 +87,7 @@ def clear_result():
|
|
| 87 |
return gr.update(value=None)
|
| 88 |
|
| 89 |
|
| 90 |
-
title = """<h1 align="center">
|
| 91 |
-
<div align="center">Draw the mask over the subject you want to erase or change and write what you want to inpaint it with.</div>
|
| 92 |
-
<div align="center">This is a lighting model with almost no CFG and 12 steps, so don't expect high quality generations.</div>
|
| 93 |
-
<div align="center">This space is a PoC made for the guide <a href='https://huggingface.co/blog/OzzyGT/diffusers-image-fill'>Diffusers Image Fill</a>.</div>
|
| 94 |
-
"""
|
| 95 |
|
| 96 |
with gr.Blocks() as demo:
|
| 97 |
gr.HTML(title)
|
|
|
|
| 87 |
return gr.update(value=None)
|
| 88 |
|
| 89 |
|
| 90 |
+
title = """<h1 align="center">ProFaker's Editing</h1>"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
|
| 92 |
with gr.Blocks() as demo:
|
| 93 |
gr.HTML(title)
|