sadickam commited on
Commit
acd6fc0
·
verified ·
1 Parent(s): 78bab84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from nltk.tokenize import sent_tokenize
8
  import plotly.express as px
9
  import time
10
  import tqdm
11
- nltk.download('punkt')
12
 
13
  # Define the device (GPU or CPU)
14
  device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu")
 
8
  import plotly.express as px
9
  import time
10
  import tqdm
11
+ nltk.download('punkt_tab')
12
 
13
  # Define the device (GPU or CPU)
14
  device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu")