ya02 commited on
Commit
1cfa3ed
·
verified ·
1 Parent(s): 24893e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ import gradio as gr
7
 
8
  # Download necessary NLTK resources
9
  nltk.download('punkt')
10
- nltk.download('wordnet')
11
- nltk.download('omw-1.4')
12
  nltk.download('averaged_perceptron_tagger')
13
 
14
  # Load the RoBERTa tokenizer and model
 
7
 
8
  # Download necessary NLTK resources
9
  nltk.download('punkt')
10
+ nltk.download('punkt_tab')
 
11
  nltk.download('averaged_perceptron_tagger')
12
 
13
  # Load the RoBERTa tokenizer and model