Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GBarrera817
/
tutorial
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GBarrera817
commited on
Nov 5, 2021
Commit
80aa050
·
1 Parent(s):
951e959
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,3 @@ text = st.text_area('enter some text')
6
if text:
7
out = pipe(text)
8
st.json(out)
9
-
© 2021 GitHub, Inc.
6
if text:
7
out = pipe(text)
8
st.json(out)