lighthouse-emnlp2024 commited on
Commit
99cfc6e
·
1 Parent(s): 1371b79

FIx description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def main():
249
  radio_list,
250
  label="models",
251
  value="clip + cg_detr",
252
- info="Which model do you want to use?",
253
  )
254
  load_status_text = gr.Textbox(
255
  label="Model load status", value="Model loaded: clip + cg_detr"
 
249
  radio_list,
250
  label="models",
251
  value="clip + cg_detr",
252
+ info="Which model do you want to use? More models is available in the original repository. Please refer to https://github.com/line/lighthouse for more details.",
253
  )
254
  load_status_text = gr.Textbox(
255
  label="Model load status", value="Model loaded: clip + cg_detr"