Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,7 @@ with gr.Blocks() as demo:
|
|
108 |
label="Pre-Trained Model to use for Embeddings",
|
109 |
placeholder="Search for Pre-Trained models on Hugging Face",
|
110 |
search_type="model",
|
|
|
111 |
)
|
112 |
|
113 |
# Accordion for weights and models
|
|
|
108 |
label="Pre-Trained Model to use for Embeddings",
|
109 |
placeholder="Search for Pre-Trained models on Hugging Face",
|
110 |
search_type="model",
|
111 |
+
value = "huggingface/CodeBERTa-small-v1"
|
112 |
)
|
113 |
|
114 |
# Accordion for weights and models
|