Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dawng88
/
sachacks2023
like
0
Runtime error
App
Files
Files
Community
2
dawng88
commited on
Nov 4, 2023
Commit
3ee0a4b
•
1 Parent(s):
0d9ea28
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,5 +7,5 @@ classifier(text)
7
8
9
if text:
10
-
out =
pipe
(text)
11
st.json(out)
7
8
9
if text:
10
+
out =
classifer
(text)
11
st.json(out)