Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sparshmanni committed Aug 13, 2023
1 parent cfdb4a7 commit 4d8ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reph/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.http import HttpResponse
import requests
import nltk
nltk.download('punkt',download_dir=download_dir)
nltk.download('punkt')
from nltk.tokenize import sent_tokenize
import time

Expand Down

0 comments on commit 4d8ea3a

Please sign in to comment.