Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ class HadithClassificationApp:
|
|
14 |
|
15 |
# # Define file paths
|
16 |
# base_path = os.path.dirname(__file__)
|
17 |
-
# dataset_path = os.path.join(base_path, "
|
18 |
# vectorizer_path = os.path.join(base_path, "tfidf_vectorizer.pkl")
|
19 |
# similarity_model_path = os.path.join(base_path, "cosine_similarity_model.pkl")
|
20 |
|
|
|
14 |
|
15 |
# # Define file paths
|
16 |
# base_path = os.path.dirname(__file__)
|
17 |
+
# dataset_path = os.path.join(base_path, "Preprocessed_LK_Hadith_dataset.csv")
|
18 |
# vectorizer_path = os.path.join(base_path, "tfidf_vectorizer.pkl")
|
19 |
# similarity_model_path = os.path.join(base_path, "cosine_similarity_model.pkl")
|
20 |
|