Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
c4c8077
1
Parent(s):
b12e6a1
Update app.py
Browse files
app.py
CHANGED
@@ -184,8 +184,7 @@ with gr.Blocks() as demo:
|
|
184 |
gr.Examples(
|
185 |
label='Examples',
|
186 |
examples=get_example(),
|
187 |
-
inputs=[input_image, src_prompt, tar_prompt, edit_concept,
|
188 |
-
ddpm_output, ddpm_sega_output],
|
189 |
outputs=[ddpm_edited_image, sega_edited_image])
|
190 |
|
191 |
|
|
|
184 |
gr.Examples(
|
185 |
label='Examples',
|
186 |
examples=get_example(),
|
187 |
+
inputs=[input_image, src_prompt, tar_prompt, edit_concept],
|
|
|
188 |
outputs=[ddpm_edited_image, sega_edited_image])
|
189 |
|
190 |
|