Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kdevoe
/
testspace
like
0
Running
App
Files
Files
Community
kdevoe
commited on
Jan 13
Commit
6a951be
•
1 Parent(s):
b97839f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ text = st.text_area('enter some text: ')
9
if text:
10
#out = pipe(text)
11
out = inference(text)
12
-
st.
json
(out)
9
if text:
10
#out = pipe(text)
11
out = inference(text)
12
+
st.
write
(out)