Spaces:
Sleeping
Sleeping
Update helper_functions_api.py
Browse files- helper_functions_api.py +0 -2
helper_functions_api.py
CHANGED
|
@@ -54,8 +54,6 @@ from fpdf import FPDF
|
|
| 54 |
import re
|
| 55 |
import pandas as pd
|
| 56 |
import nltk
|
| 57 |
-
nltk.download('stopwords')
|
| 58 |
-
nltk.download('punkt')
|
| 59 |
import requests
|
| 60 |
import json
|
| 61 |
from retry import retry
|
|
|
|
| 54 |
import re
|
| 55 |
import pandas as pd
|
| 56 |
import nltk
|
|
|
|
|
|
|
| 57 |
import requests
|
| 58 |
import json
|
| 59 |
from retry import retry
|