Spaces:
Runtime error
Runtime error
Eunchan Lee
commited on
Commit
·
77c9771
1
Parent(s):
e69e8d6
21-12-13 sdads
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def load_plms(model_name):
|
|
41 |
|
42 |
return summarizer
|
43 |
|
44 |
-
|
45 |
def load_zeroshot_classifier():
|
46 |
|
47 |
classifier = pipeline("zero-shot-classification",
|
|
|
41 |
|
42 |
return summarizer
|
43 |
|
44 |
+
#@st.cache
|
45 |
def load_zeroshot_classifier():
|
46 |
|
47 |
classifier = pipeline("zero-shot-classification",
|