liuguilin commited on
Commit
7aafb13
·
1 Parent(s): a4bd9af
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ def build_demo(args: argparse.Namespace) -> gr.Blocks:
275
 
276
  with gr.Column():
277
  # add note no more than 2 images once
278
- # gr.Markdown("Note: you can upload no more than 2 images once")
279
  upload_images = gr.Files(file_types=["image", "video"], show_label=True)
280
  gallery = gr.Gallery(columns=[3], height="200px", show_label=True)
281
  upload_images.change(preview_images, inputs=upload_images, outputs=gallery)
 
275
 
276
  with gr.Column():
277
  # add note no more than 2 images once
278
+ gr.Markdown("Note: you can upload images or videos!")
279
  upload_images = gr.Files(file_types=["image", "video"], show_label=True)
280
  gallery = gr.Gallery(columns=[3], height="200px", show_label=True)
281
  upload_images.change(preview_images, inputs=upload_images, outputs=gallery)