Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Alex3456
/
ZeroShotClassification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Alex3456
commited on
Nov 21, 2023
Commit
19b1214
·
1 Parent(s):
c80a46b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,6 +9,6 @@ classifier(text, candidate_labels, multi_label=True)
9
10
11
if text :
12
-
out =
pipe
(text)
13
st.json(out)
14
9
10
11
if text :
12
+
out =
classifier
(text)
13
st.json(out)
14