Spaces:
Runtime error
Runtime error
Jan Maciejowski
commited on
Commit
•
849b075
1
Parent(s):
16fad89
Update app.py
Browse files
app.py
CHANGED
@@ -122,6 +122,7 @@ def gradio_stocknews(source_ch, art_number):
|
|
122 |
def main():
|
123 |
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
124 |
nltk.download('stopwords')
|
|
|
125 |
|
126 |
#print(gradio_stocknews("CNBC", 2))
|
127 |
|
|
|
122 |
def main():
|
123 |
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
124 |
nltk.download('stopwords')
|
125 |
+
nltk.download('wordnet')
|
126 |
|
127 |
#print(gradio_stocknews("CNBC", 2))
|
128 |
|