schlenker commited on
Commit
db53d21
·
1 Parent(s): 4b446a4

Test changes

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -7,6 +7,11 @@ from transformers import AutoTokenizer
7
  import numpy as np
8
  import time
9
 
 
 
 
 
 
10
  @st.cache_resource
11
  def get_models():
12
  st.write('Loading the model...')
 
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
  @st.cache_resource
16
  def get_models():
17
  st.write('Loading the model...')