Spaces:
Runtime error
Runtime error
taskswithcode
commited on
Commit
·
30f5334
1
Parent(s):
2ae1e97
Fixes
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ CLUSTERING="3"
|
|
| 19 |
|
| 20 |
|
| 21 |
use_case = {"1":"Finding similar phrases/sentences","2":"Retrieving semantically matching information to a query. It may not be a factual match","3":"Clustering"}
|
| 22 |
-
use_case_url = {"1":"https://huggingface.co/spaces/taskswithcode/semantic_similarity","2":"https://huggingface.co/spaces/taskswithcode/semantic_search","3":""}
|
| 23 |
|
| 24 |
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
use_case = {"1":"Finding similar phrases/sentences","2":"Retrieving semantically matching information to a query. It may not be a factual match","3":"Clustering"}
|
| 22 |
+
use_case_url = {"1":"https://huggingface.co/spaces/taskswithcode/semantic_similarity","2":"https://huggingface.co/spaces/taskswithcode/semantic_search","3":"https://huggingface.co/spaces/taskswithcode/semantic_clustering"}
|
| 23 |
|
| 24 |
|
| 25 |
|