sashtech commited on
Commit
8d6dec9
·
verified ·
1 Parent(s): 7d130d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import subprocess
6
  import nltk
7
  from nltk.corpus import wordnet
8
  from gensim import downloader as api
9
- from gingerit.gingerit import GingerIt
10
 
11
  # Ensure necessary NLTK data is downloaded
12
  nltk.download('wordnet')
 
6
  import nltk
7
  from nltk.corpus import wordnet
8
  from gensim import downloader as api
9
+ from gingerit import GingerIt
10
 
11
  # Ensure necessary NLTK data is downloaded
12
  nltk.download('wordnet')