Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -307,8 +307,8 @@ with gr.Blocks(css= "style.css") as app:
|
|
| 307 |
with gr.Tab("Image-to-Image"):
|
| 308 |
with gr.Row():
|
| 309 |
with gr.Column(scale=1):
|
| 310 |
-
|
| 311 |
-
|
| 312 |
generate_button = gr.Button("Generate", elem_id="generate-button", scale=0.13)
|
| 313 |
|
| 314 |
with gr.Row():
|
|
|
|
| 307 |
with gr.Tab("Image-to-Image"):
|
| 308 |
with gr.Row():
|
| 309 |
with gr.Column(scale=1):
|
| 310 |
+
prompt_input_i2i = gr.Textbox(label="Prompt", placeholder="Masukkan prompt teks", lines=2, elem_id="prompt-input")
|
| 311 |
+
neg_prompt_input_i2i = gr.Textbox(label="Neg Prompt", placeholder="Masukkan negasi prompt", lines=2, elem_id="neg-prompt-input")
|
| 312 |
generate_button = gr.Button("Generate", elem_id="generate-button", scale=0.13)
|
| 313 |
|
| 314 |
with gr.Row():
|