Tom Aarsen commited on
Commit
4dbcda2
·
1 Parent(s): 777b2a0

Rename labels slightly

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -710,14 +710,14 @@ Observe the [Speeding up Inference](https://sbert.net/docs/sentence_transformer/
710
  """)
711
 
712
  model_id = HuggingfaceHubSearch(
713
- label="Hub Model ID",
714
  placeholder="Search for Sentence Transformer models on Hugging Face",
715
  search_type="model",
716
  )
717
  create_pr = gr.Checkbox(
718
  value=True,
719
  label="Create PR",
720
- info="Create a pull request instead of pushing directly to the repository",
721
  )
722
  output_model_id = gr.Textbox(
723
  value="",
 
710
  """)
711
 
712
  model_id = HuggingfaceHubSearch(
713
+ label="Sentence Transformer model to export",
714
  placeholder="Search for Sentence Transformer models on Hugging Face",
715
  search_type="model",
716
  )
717
  create_pr = gr.Checkbox(
718
  value=True,
719
  label="Create PR",
720
+ info="Create a pull request instead of pushing directly to a repository",
721
  )
722
  output_model_id = gr.Textbox(
723
  value="",