NursNurs commited on
Commit
47c1df3
1 Parent(s): d61f768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -7,12 +7,6 @@ from transformers import AutoTokenizer
7
  import numpy as np
8
  import time
9
 
10
- # JS
11
- import nltk
12
- nltk.download('wordnet')
13
- from nltk.corpus import wordnet as wn
14
-
15
-
16
  @st.cache_resource
17
  def get_models():
18
  st.write('Loading the model...')
 
7
  import numpy as np
8
  import time
9
 
 
 
 
 
 
 
10
  @st.cache_resource
11
  def get_models():
12
  st.write('Loading the model...')