Spaces:
Sleeping
Sleeping
Commit
·
cfa889f
1
Parent(s):
e1b47c4
Edit application file
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import torch
|
|
6 |
import difflib
|
7 |
import nltk
|
8 |
nltk.download("punkt")
|
|
|
9 |
from nltk.tokenize import sent_tokenize
|
10 |
|
11 |
|
|
|
6 |
import difflib
|
7 |
import nltk
|
8 |
nltk.download("punkt")
|
9 |
+
nltk.download('punkt_tab')
|
10 |
from nltk.tokenize import sent_tokenize
|
11 |
|
12 |
|