Spaces:
Runtime error
Runtime error
Commit
·
e51b559
1
Parent(s):
c32bdf7
removed emojis
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def load_model(input_complex_sentence,model):
|
|
17 |
|
18 |
def main():
|
19 |
|
20 |
-
st.title("
|
21 |
st.write("Sentence Split is the task of dividing a long Sentence into multiple Sentences")
|
22 |
|
23 |
model = st.sidebar.selectbox(
|
|
|
17 |
|
18 |
def main():
|
19 |
|
20 |
+
st.title("Sentence Split in English using T5 Variants")
|
21 |
st.write("Sentence Split is the task of dividing a long Sentence into multiple Sentences")
|
22 |
|
23 |
model = st.sidebar.selectbox(
|