Spaces:
Running
on
Zero
Running
on
Zero
luigi12345
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -87,10 +87,9 @@ 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:
|
|
|
87 |
return gr.update(value=None)
|
88 |
|
89 |
|
90 |
+
title = """<h1 align="center">AutoDiffusers智能魔笔</h1>
|
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 |
"""
|
94 |
|
95 |
with gr.Blocks() as demo:
|