Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ if df2 is not None:
|
|
40 |
|
41 |
# Model selection
|
42 |
model_path = st.text_input("Model path (HuggingFace)", value="all-MiniLM-L6-v2")
|
43 |
-
|
44 |
##More on model selection available on https://linktransformer.github.io/
|
45 |
|
46 |
if df1_upload is not None and df2_upload is not None:
|
|
|
40 |
|
41 |
# Model selection
|
42 |
model_path = st.text_input("Model path (HuggingFace)", value="all-MiniLM-L6-v2")
|
43 |
+
st.write("We have trained several record linkage models! Just copy the Hugging Face model path from the [model zoo](https://linktransformer.github.io/).")
|
44 |
##More on model selection available on https://linktransformer.github.io/
|
45 |
|
46 |
if df1_upload is not None and df2_upload is not None:
|