Spaces:
Runtime error
Runtime error
Commit
·
f72315e
1
Parent(s):
3aa3a41
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
text = st.text_area('
|
3 |
### Run Model
|
4 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
5 |
import torch
|
|
|
1 |
import streamlit as st
|
2 |
+
text = st.text_area('Enter your text here!')
|
3 |
### Run Model
|
4 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
5 |
import torch
|