Hugging Face
Models
Datasets
Spaces
Posts
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
May 3, 2023
Commit
c988b3a
·
unverified
·
1 Parent(s):
9847ff6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -38,3 +38,4 @@ if con:
38
return probs.detach().numpy()[0]
39
probs = classify_sentence(text)
40
print(probs)
38
return probs.detach().numpy()[0]
39
probs = classify_sentence(text)
40
print(probs)
41
+
st.write(probs)