yash
commited on
Commit
•
d8eede0
1
Parent(s):
6ebd88c
change output to input
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with block as image_gen:
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
# with gr.Row():
|
112 |
-
input_img = gr.Image(type="pil",label="
|
113 |
prompt = gr.Textbox(placeholder="what you want to generate",label="Positive Prompt")
|
114 |
negative_prompt = gr.Textbox(placeholder="what you don't want to generate",label="Negative prompt")
|
115 |
run_btn = gr.Button("image generation", elem_id="select_btn", variant="primary")
|
|
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
# with gr.Row():
|
112 |
+
input_img = gr.Image(type="pil",label="Input")
|
113 |
prompt = gr.Textbox(placeholder="what you want to generate",label="Positive Prompt")
|
114 |
negative_prompt = gr.Textbox(placeholder="what you don't want to generate",label="Negative prompt")
|
115 |
run_btn = gr.Button("image generation", elem_id="select_btn", variant="primary")
|