Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
•
aefef30
1
Parent(s):
d0a0320
Update app.py
Browse files
app.py
CHANGED
@@ -157,9 +157,9 @@ intro = """
|
|
157 |
Edit Friendly DDPM X Semantic Guidance
|
158 |
</h1>
|
159 |
<p style="font-size: 0.9rem; text-align: center; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
160 |
-
|
161 |
-
Inversion and Manipulations </a>
|
162 |
-
|
163 |
<p/>
|
164 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
165 |
For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
@@ -170,7 +170,7 @@ with gr.Blocks() as demo:
|
|
170 |
gr.HTML(intro)
|
171 |
gr.Markdown(
|
172 |
"""
|
173 |
-
edit real images by using the ddpm edit friendly inversion and iteracting with semantic concepts during the diffusion process
|
174 |
""")
|
175 |
with gr.Row():
|
176 |
src_prompt = gr.Textbox(lines=1, label="Source Prompt", interactive=True, placeholder="optional: describe the original image")
|
|
|
157 |
Edit Friendly DDPM X Semantic Guidance
|
158 |
</h1>
|
159 |
<p style="font-size: 0.9rem; text-align: center; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
160 |
+
<a href="https://arxiv.org/abs/2301.12247" style="text-decoration: underline;" target="_blank">An Edit Friendly DDPM Noise Space:
|
161 |
+
Inversion and Manipulations </a> X
|
162 |
+
<a href="https://arxiv.org/abs/2301.12247" style="text-decoration: underline;" target="_blank">SEGA: Instructing Diffusion using Semantic Dimensions</a>
|
163 |
<p/>
|
164 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
165 |
For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
|
|
170 |
gr.HTML(intro)
|
171 |
gr.Markdown(
|
172 |
"""
|
173 |
+
## edit real images by using the ddpm edit friendly inversion and iteracting with semantic concepts during the diffusion process
|
174 |
""")
|
175 |
with gr.Row():
|
176 |
src_prompt = gr.Textbox(lines=1, label="Source Prompt", interactive=True, placeholder="optional: describe the original image")
|