Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atharvapawar
/
my-api-model-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
atharvapawar
commited on
Jul 26, 2023
Commit
cdf5c6e
·
1 Parent(s):
4e3640a
join removed
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ text = st.text_area('enter some text!')
5
6
if text:
7
out = pipe(text)
8
-
st.
join
(out)
5
6
if text:
7
out = pipe(text)
8
+
st.
write
(out)