Tom Aarsen commited on
Commit
eded98b
1 Parent(s): 408ec97

Rename output model ID slightly

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -720,8 +720,8 @@ Observe the [Speeding up Inference](https://sbert.net/docs/sentence_transformer/
720
  )
721
  output_model_id = gr.Textbox(
722
  value="",
723
- label="Output Model ID",
724
- placeholder="Output Model ID",
725
  type="text",
726
  visible=False,
727
  )
 
720
  )
721
  output_model_id = gr.Textbox(
722
  value="",
723
+ label="Model repository to write to",
724
+ placeholder="Model ID",
725
  type="text",
726
  visible=False,
727
  )