Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,11 +29,11 @@ with gr.Blocks() as app:
|
|
29 |
with gr.Tab("Text-to-Image"):
|
30 |
# Prompt dan Neg Prompt
|
31 |
with gr.Row():
|
32 |
-
with gr.Row(
|
33 |
prompt_input = gr.Textbox(label="Prompt", placeholder="Masukkan prompt teks", lines=2, elem_id="prompt-input")
|
34 |
neg_prompt_input = gr.Textbox(label="Neg Prompt", placeholder="Masukkan negasi prompt", lines=2, elem_id="neg-prompt-input")
|
35 |
-
with gr.Row(
|
36 |
-
generate_button = gr.Button("Generate", elem_id="generate-button")
|
37 |
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|
|
|
29 |
with gr.Tab("Text-to-Image"):
|
30 |
# Prompt dan Neg Prompt
|
31 |
with gr.Row():
|
32 |
+
with gr.Row():
|
33 |
prompt_input = gr.Textbox(label="Prompt", placeholder="Masukkan prompt teks", lines=2, elem_id="prompt-input")
|
34 |
neg_prompt_input = gr.Textbox(label="Neg Prompt", placeholder="Masukkan negasi prompt", lines=2, elem_id="neg-prompt-input")
|
35 |
+
with gr.Row():
|
36 |
+
generate_button = gr.Button("Generate", elem_id="generate-button", scale=0.3)
|
37 |
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|