multimodalart HF staff commited on
Commit
fe4af0f
1 Parent(s): 8049e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -349,7 +349,6 @@ with gr.Blocks(theme=theme, css=css) as demo:
349
  )
350
  with gr.Group(visible=True) as image_upload:
351
  with gr.Row():
352
- gr.Markdown("Upload your images to caption them in the UI (if you already have a dataset with .txt captions, upload them together)")
353
  images = gr.File(
354
  file_types=["image", ".txt"],
355
  label="Upload your images",
 
349
  )
350
  with gr.Group(visible=True) as image_upload:
351
  with gr.Row():
 
352
  images = gr.File(
353
  file_types=["image", ".txt"],
354
  label="Upload your images",