Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Sep 29, 2024
1 parent e654984 commit 6a803f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def init_advanced():
images = gr.File(
file_types=["image", ".txt"],
label="Upload your images",
info="If you want, you can also manually upload caption files that match the image names (example: img0.png => img0.txt)",
#info="If you want, you can also manually upload caption files that match the image names (example: img0.png => img0.txt)",
file_count="multiple",
interactive=True,
visible=True,
Expand Down

0 comments on commit 6a803f6

Please sign in to comment.