Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,6 @@ with gr.Blocks() as demo:
|
|
32 |
label="Pre-Trained Model to use for Embeddings",
|
33 |
placeholder="Search for Pre-Trained models on Hugging Face",
|
34 |
search_type="model",
|
35 |
-
#value = "huggingface/CodeBERTa-small-v1"
|
36 |
)
|
37 |
|
38 |
# Accordion for weights and models
|
@@ -69,7 +68,6 @@ with gr.Blocks() as demo:
|
|
69 |
label="Pre-Trained Model to use for Embeddings",
|
70 |
placeholder="Search for Pre-Trained models on Hugging Face",
|
71 |
search_type="model",
|
72 |
-
#value = "huggingface/CodeBERTa-small-v1"
|
73 |
)
|
74 |
|
75 |
with gr.Accordion("Weights and Models", open=False):
|
|
|
32 |
label="Pre-Trained Model to use for Embeddings",
|
33 |
placeholder="Search for Pre-Trained models on Hugging Face",
|
34 |
search_type="model",
|
|
|
35 |
)
|
36 |
|
37 |
# Accordion for weights and models
|
|
|
68 |
label="Pre-Trained Model to use for Embeddings",
|
69 |
placeholder="Search for Pre-Trained models on Hugging Face",
|
70 |
search_type="model",
|
|
|
71 |
)
|
72 |
|
73 |
with gr.Accordion("Weights and Models", open=False):
|