Spaces:
Sleeping
Sleeping
Update model_methods.py
Browse files- model_methods.py +1 -1
model_methods.py
CHANGED
@@ -22,7 +22,7 @@ def predict(new_data):
|
|
22 |
|
23 |
# countvectorize new data
|
24 |
# import dataset 'full_post' that has been lemmatized
|
25 |
-
url = 'https://
|
26 |
df = pd.read_csv(url, header=0)
|
27 |
|
28 |
# train-test-split
|
|
|
22 |
|
23 |
# countvectorize new data
|
24 |
# import dataset 'full_post' that has been lemmatized
|
25 |
+
url = 'https://huggingface.co/spaces/yxmauw/subreddit-clf-app/raw/main/tts.csv'
|
26 |
df = pd.read_csv(url, header=0)
|
27 |
|
28 |
# train-test-split
|