Spaces:
BAAI
/
Running on L40S

ryanzhangfan commited on
Commit
bcca711
1 Parent(s): 8115f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks() as demo:
220
  with gr.Row():
221
  with gr.Column(scale=0.2):
222
  user_input = gr.Textbox(
223
- show_label=False, placeholder="Type your message here...", lines=15, container=False,
224
  )
225
  user_image = gr.Image(
226
  sources="upload", type="pil", label="Upload an image (optional)"
 
220
  with gr.Row():
221
  with gr.Column(scale=0.2):
222
  user_input = gr.Textbox(
223
+ show_label=False, placeholder="Type your message here...", lines=10, container=False,
224
  )
225
  user_image = gr.Image(
226
  sources="upload", type="pil", label="Upload an image (optional)"