Spaces:
Sleeping
Sleeping
Update few_shot.py
Browse files- few_shot.py +1 -1
few_shot.py
CHANGED
@@ -3,7 +3,7 @@ import json
|
|
3 |
|
4 |
|
5 |
class FewShotPosts:
|
6 |
-
def __init__(self, file_path="
|
7 |
self.df = None
|
8 |
self.unique_tags = None
|
9 |
self.load_posts(file_path)
|
|
|
3 |
|
4 |
|
5 |
class FewShotPosts:
|
6 |
+
def __init__(self, file_path="processed_posts.json"):
|
7 |
self.df = None
|
8 |
self.unique_tags = None
|
9 |
self.load_posts(file_path)
|