Spaces:
vilarin
/
Running on Zero

vilarin commited on
Commit
470a85b
1 Parent(s): c06e644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):