Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
fdf34ba
1
Parent(s):
7bb8383
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks() as demo:
|
|
120 |
ddpm_edited_image.style(height=512, width=512)
|
121 |
sega_edited_image.style(height=512, width=512)
|
122 |
|
123 |
-
|
124 |
src_prompt = gr.Textbox(lines=1, label="Source Prompt", interactive=True)
|
125 |
#edit
|
126 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True)
|
@@ -139,7 +139,7 @@ with gr.Blocks() as demo:
|
|
139 |
neg_guidance = gr.Checkbox(label="SEGA negative_guidance")
|
140 |
|
141 |
|
142 |
-
gr.Markdown(help_text)
|
143 |
|
144 |
generate_button.click(
|
145 |
fn=edit,
|
|
|
120 |
ddpm_edited_image.style(height=512, width=512)
|
121 |
sega_edited_image.style(height=512, width=512)
|
122 |
|
123 |
+
with gr.Row():
|
124 |
src_prompt = gr.Textbox(lines=1, label="Source Prompt", interactive=True)
|
125 |
#edit
|
126 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True)
|
|
|
139 |
neg_guidance = gr.Checkbox(label="SEGA negative_guidance")
|
140 |
|
141 |
|
142 |
+
# gr.Markdown(help_text)
|
143 |
|
144 |
generate_button.click(
|
145 |
fn=edit,
|