Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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...')
|