Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
|
|
126 |
with gr.Column(scale=4):
|
127 |
img = gr.Gallery(label='flux Generated Image', columns = 1, preview=True, height=600)
|
128 |
with gr.Row():
|
129 |
-
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', placeholder="Enter prompt...", scale=6)
|
130 |
sendBtn = gr.Button(scale=1, variant='primary')
|
131 |
with gr.Accordion("Advanced Options", open=True):
|
132 |
with gr.Column(scale=1):
|
|
|
126 |
with gr.Column(scale=4):
|
127 |
img = gr.Gallery(label='flux Generated Image', columns = 1, preview=True, height=600)
|
128 |
with gr.Row():
|
129 |
+
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', lines=2, placeholder="Enter prompt...", scale=6)
|
130 |
sendBtn = gr.Button(scale=1, variant='primary')
|
131 |
with gr.Accordion("Advanced Options", open=True):
|
132 |
with gr.Column(scale=1):
|