Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
krishnasai99
/
NLP
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
krishnasai99
commited on
Nov 13, 2022
Commit
ead954e
·
1 Parent(s):
e5ceb77
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -7,3 +7,7 @@ text = st.text_area('Enter some Text!')
7
if text:
8
out=pipe(text)
9
st.json(out)
7
if text:
8
out=pipe(text)
9
st.json(out)
10
+
11
+
12
+
13
+