multimodalart HF Staff commited on
Commit
7cffdda
·
verified ·
1 Parent(s): dce996d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -116,8 +116,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
116
  with gr.Row():
117
  with gr.Column(scale=1):
118
  image_input_gallery = gr.Gallery(
119
- label="Input Image(s)",
120
- info="Upload one or more images here. Leave empty for text-to-image",
121
  file_types=["image"],
122
  height="auto"
123
  )
 
116
  with gr.Row():
117
  with gr.Column(scale=1):
118
  image_input_gallery = gr.Gallery(
119
+ label="Upload one or more images here. Leave empty for text-to-image",
 
120
  file_types=["image"],
121
  height="auto"
122
  )