Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
juan9
/
DemoHF
like
1
Runtime error
App
Files
Files
Community
juan9
commited on
Apr 1
Commit
290d59f
•
1 Parent(s):
0f36ec9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -7,6 +7,7 @@ text = st.text_area('enter some text here!')
7
if text:
8
out = pipe(text)
9
st.json(out)
10
11
12
7
if text:
8
out = pipe(text)
9
st.json(out)
10
+
11
12
13