Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
johvir
/
eval
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1695330
eval
/
app.py
johvir
Update app.py
1695330
about 2 years ago
raw
Copy download link
history
blame
Safe
176 Bytes
import
streamlit
as
st
#from transformers import T5ForConditionalGeneration, T5Tokenizer
sentence = st.text_area(
"enter some text"
)
if
sentence:
st.json(sentence)