Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Greys
/
milstone2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gregoryjr
commited on
Apr 11, 2023
Commit
81311d9
·
unverified
·
1 Parent(s):
34b533c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,7 +26,7 @@ if con:
26
result = classifier(text)
27
28
29
-
print
(
f" score {
result[0]['score']
*100:.2f}% confidence."
)
30
31
32
26
result = classifier(text)
27
28
29
+
st.writes
(result[0]['score'])
30
31
32