Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sotosbarl
/
zero-shot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sotosbarl
commited on
Jan 10, 2024
Commit
f283d99
·
verified
·
1 Parent(s):
50df5e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -47,5 +47,9 @@ if text:
47
48
answer = dictionary[output][output2]
49
50
st.text(answer)
51
47
48
answer = dictionary[output][output2]
49
50
+
st.text(output)
51
+
st.text(output2)
52
+
53
+
54
st.text(answer)
55