Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GovindRaj
/
ebiz_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GovindRaj
commited on
Dec 4, 2023
Commit
8f5ec6b
·
1 Parent(s):
2fd9dcb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,7 +8,7 @@ text = st.text_area("Enter some text here")
8
9
if text:
10
out = pipe(text)
11
-
st.
join
(out)
12
13
14
8
9
if text:
10
out = pipe(text)
11
+
st.
json
(out)
12
13
14