Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -504,7 +504,7 @@ elif selected_main_option == "Comparizer":
|
|
| 504 |
if SimilarityCalculator.save_uploaded_file(uploaded_file, contracts_folder):
|
| 505 |
st.write(f"Saved: {uploaded_file.name}")
|
| 506 |
|
| 507 |
-
model_name =
|
| 508 |
|
| 509 |
if st.button("Compute Similarities"):
|
| 510 |
pdf_processor = PDFProcessor()
|
|
|
|
| 504 |
if SimilarityCalculator.save_uploaded_file(uploaded_file, contracts_folder):
|
| 505 |
st.write(f"Saved: {uploaded_file.name}")
|
| 506 |
|
| 507 |
+
model_name = 'sentence-transformers/multi-qa-mpnet-base-dot-v1'
|
| 508 |
|
| 509 |
if st.button("Compute Similarities"):
|
| 510 |
pdf_processor = PDFProcessor()
|