Spaces:
Running
on
T4
Running
on
T4
Tom Aarsen
commited on
Commit
•
eded98b
1
Parent(s):
408ec97
Rename output model ID slightly
Browse files
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="
|
724 |
-
placeholder="
|
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 |
)
|