Sa-m commited on
Commit
533fddb
·
verified ·
1 Parent(s): a92d4d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ import contractions
31
  load_dotenv()
32
 
33
  # Download NLTK resources
34
- nltk.download(['punkt', 'stopwords', 'wordnet', 'words'])
35
-
36
  # Initialize Groq client
37
  groq_api_key = os.getenv("GROQ_API_KEY")
38
  groq_client = groq.Groq(api_key=groq_api_key) if groq_api_key else None
 
31
  load_dotenv()
32
 
33
  # Download NLTK resources
34
+ nltk.download(['punkt', 'punkt_tab', 'stopwords', 'wordnet', 'words'])
35
+
36
  # Initialize Groq client
37
  groq_api_key = os.getenv("GROQ_API_KEY")
38
  groq_client = groq.Groq(api_key=groq_api_key) if groq_api_key else None