Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Isaoudata
/
WaltWhitman-GPT
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Isaoudata
commited on
Apr 30, 2023
Commit
1f847cb
·
1 Parent(s):
2cafcf4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -27,5 +27,4 @@ def infer(inp):
27
28
output = infer(" I shall go")
29
text = st.text_area(output)
30
-
31
-
st.json(text)
27
28
output = infer(" I shall go")
29
text = st.text_area(output)
30
+
print(text)