multimodalart HF staff commited on
Commit
b631b42
1 Parent(s): 3284c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -510,7 +510,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
510
  )
511
  concept_sentence = gr.Textbox(
512
  label="Concept sentence",
513
- info="A common sentence to be used in all images as your captioning structure. TOK is a special mandatory token that will be used to teach the model your concept.",
514
  placeholder="e.g.: A photo of TOK, in the style of TOK",
515
  visible=False,
516
  interactive=True,
 
510
  )
511
  concept_sentence = gr.Textbox(
512
  label="Concept sentence",
513
+ info="Sentence to be used in all images for captioning. TOK is a special mandatory token, used to teach the model your concept.",
514
  placeholder="e.g.: A photo of TOK, in the style of TOK",
515
  visible=False,
516
  interactive=True,