Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ with gr.Blocks(css="style.css") as app:
|
|
| 74 |
|
| 75 |
# Tab untuk Text-to-Image
|
| 76 |
with gr.Tab("Text-to-Image"):
|
| 77 |
-
with gr.Row():
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
prompt_t2i = gr.Textbox(label="Prompt", placeholder="Enter Prompt", lines=2, elem_id="prompt-input")
|
| 80 |
neg_prompt_t2i = gr.Textbox(label="Negative prompt", placeholder="Enter Negative Prompt (optional)", lines=2, elem_id="neg-prompt-input")
|
|
|
|
| 74 |
|
| 75 |
# Tab untuk Text-to-Image
|
| 76 |
with gr.Tab("Text-to-Image"):
|
| 77 |
+
with gr.Row(elem_id="mw-full"):
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
prompt_t2i = gr.Textbox(label="Prompt", placeholder="Enter Prompt", lines=2, elem_id="prompt-input")
|
| 80 |
neg_prompt_t2i = gr.Textbox(label="Negative prompt", placeholder="Enter Negative Prompt (optional)", lines=2, elem_id="neg-prompt-input")
|