Spaces:
Sleeping
Sleeping
Linoy Tsaban
commited on
Commit
•
5e26724
1
Parent(s):
aefef30
Update app.py
Browse files
app.py
CHANGED
@@ -168,10 +168,6 @@ For faster inference without waiting in queue, you may duplicate the space and u
|
|
168 |
<p/>"""
|
169 |
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")
|
177 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="optional: describe the target image to edit with DDPM")
|
|
|
168 |
<p/>"""
|
169 |
with gr.Blocks() as demo:
|
170 |
gr.HTML(intro)
|
|
|
|
|
|
|
|
|
171 |
with gr.Row():
|
172 |
src_prompt = gr.Textbox(lines=1, label="Source Prompt", interactive=True, placeholder="optional: describe the original image")
|
173 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="optional: describe the target image to edit with DDPM")
|